X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=plugins%2Fmarge.py;h=0dbbffe558726647fce1f5ed3198b6ee90e35177;hp=d2bfdb61b699c5c72776844e08e348950b535d4b;hb=133b2a8561644869ab29db462718f7121f54d800;hpb=c60ca167527ed704f3ff1a03b071e0e6e13e4062 diff --git a/plugins/marge.py b/plugins/marge.py index d2bfdb6..0dbbffe 100755 --- a/plugins/marge.py +++ b/plugins/marge.py @@ -488,9 +488,9 @@ class Marge(BotPlugin, CrontabMixin): # pragma pylint: enable=simplifiable-if-statement open_mrs = new_open_mrs - # If adding a new repo, check for existing opened/reopened MRs in the repo. + # If adding a new repo, check for existing opened MRs in the repo. else: - for state in ['opened', 'reopened']: + for state in ['opened']: a_project = self.gitlab.projects.get(target_project_id) mr_list = a_project.mergerequests.list(state=state) for an_mr in mr_list: