From 020d14065eb5d0a207482f3f322a998e4871a7b4 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Mon, 15 Oct 2018 16:40:26 -0500 Subject: [PATCH] leaper: disable maintainer review addition for incidents. This was disabled manually in production to effectively run leaper in "comment-only mode" for maintenance with the expectation that this would not remain for long. Since it seems it will it makes sense to merge the state expected to be deployed. --- leaper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/leaper.py b/leaper.py index f1cfa784..e84c03c4 100755 --- a/leaper.py +++ b/leaper.py @@ -241,7 +241,9 @@ class Leaper(ReviewBot.ReviewBot): self.logger.info('found pending submission against origin ({})'.format(origin)) return good - self.do_check_maintainer_review = True + # TODO #1662: Uncomment once maintbot has been superseded and leaper + # is no longer run in comment-only mode. + #self.do_check_maintainer_review = True return None elif self.action.type == 'maintenance_incident':