aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/bugzilla-close-candidate.py
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29bugzilla-close-candidate.py: Fix sorting of branches.Martin Liska1-3/+4
Pushed to master. maintainer-scripts/ChangeLog: * bugzilla-close-candidate.py: Fix sorting of branches.
2020-05-29Fix parsing of SVN commits in PRs.Martin Liska1-14/+22
Tested and pushed to master. maintainer-scripts/ChangeLog: * bugzilla-close-candidate.py: Fix parsing of SVN revisions. Fix skipping of PRs that contain Can be closed message.
2020-05-29Port bugzilla-close-candidate script to git.Martin Liska1-21/+29
maintainer-scripts/ChangeLog: * bugzilla-close-candidate.py: Support both SVN and GIT messages in PRs. Remove need of usage of the bugzilla API key.
2018-11-22Add new maintainer script for PRs that can be closed.Martin Liska1-0/+96
2018-11-22 Martin Liska <mliska@suse.cz> * bugzilla-close-candidate.py: New file. From-SVN: r266377