From 48c975490675b4032bfa9298e526930f9c5159df Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Fri, 25 Mar 2022 11:16:28 +0100 Subject: [PATCH] [IMP] runbot_merge: acknowledge check command The command works, but the 'bot would always reply it was not allowed --- runbot_merge/models/pull_requests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runbot_merge/models/pull_requests.py b/runbot_merge/models/pull_requests.py index 429636e6..63a7e3ef 100644 --- a/runbot_merge/models/pull_requests.py +++ b/runbot_merge/models/pull_requests.py @@ -805,6 +805,7 @@ class PullRequests(models.Model): 'repository': self.repository.id, 'number': self.number, }) + ok = True elif command == 'review': if self.draft: msg = "Draft PRs can not be approved."