repo_checker: delete: do not decline instead ignore.
This commit is contained in:
parent
55aeefacb4
commit
05dd5c9130
@ -390,8 +390,8 @@ class RepoChecker(ReviewBot.ReviewBot):
|
||||
self.logger.warn('{} still required by {}'.format(action.tgt_package, ', '.join(what_depends_on)))
|
||||
|
||||
if len(self.comment_handler.lines):
|
||||
self.comment_write(result='decline')
|
||||
return False
|
||||
self.comment_write(state='seen', result='failed')
|
||||
return None
|
||||
|
||||
# Allow for delete to be declined before ensuring group passed.
|
||||
if not self.ensure_group(request, action):
|
||||
|
Loading…
x
Reference in New Issue
Block a user