gitlab: reassign MR to reviewer when resetting
This commit is contained in:
parent
b248a47658
commit
a944bf70fe
|
@ -131,6 +131,7 @@ class GitlabBot(object):
|
|||
# only set the unlogged approval reset flag if there's some kind of progress
|
||||
if len(request_state.approver_list) > 0:
|
||||
request_state.unlogged_approval_reset = True
|
||||
request_state.needs_reviewer = True
|
||||
request_state.approver_list.clear()
|
||||
else:
|
||||
log.debug("leaving the approval list as it is, i don't think '%s' is a push", note.body)
|
||||
|
|
Loading…
Reference in New Issue