A Python script to automate the cleanup of old merge requests in GitLab, including checking for associated Jira tickets and resolving conflicts.
- Close MRs associated with closed Jira tickets.
- Notify authors about merge conflicts.
- Keep your repositories clean and clutter-free.
- pip install requests
- pip install python-dotenv
Follow the instructions in the script to configure repository names, target authors, and API credentials.