mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Change reset_on_push to false
So we don't have to reapprove every time the branch is updated.
This commit is contained in:
parent
8e8efa5caf
commit
a3edd0b976
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
approve_by_comment: true
|
||||
approve_regex: '^(Approved|:shipit:|:\+1:)'
|
||||
reject_regex: '^(Rejected|:-1:)'
|
||||
reset_on_push: true
|
||||
reset_on_push: false
|
||||
author_approval: required
|
||||
reviewers:
|
||||
members:
|
||||
|
|
Loading…
Reference in a new issue