[IMP] runbot_merge: acknowledge check command

The command works, but the 'bot would always reply it was not allowed
This commit is contained in:
Xavier Morel 2022-03-25 11:16:28 +01:00
parent 91d176f561
commit 48c9754906

View File

@ -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."