mergify: need 2 approvals to merge a 'skip ci' PR

This will avoid merging PR with 1 approval + [skip ci]

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3654/head
Guillaume Abrioux 2019-02-28 13:03:35 +01:00 committed by Sébastien Han
parent f2dcb02d21
commit 1c30c76f8c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pull_request_rules:
conditions:
- label!=DNM
- title~=\[skip ci\]
- '#approved-reviews-by>=1'
- '#approved-reviews-by>=2'
actions:
merge:
method: rebase