From: Guillaume Abrioux Date: Thu, 28 Feb 2019 12:03:35 +0000 (+0100) Subject: mergify: need 2 approvals to merge a 'skip ci' PR X-Git-Tag: v4.0.0rc1~68 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1c30c76f8c2735a7fd85a082d61d350d2e9faafa;p=ceph-ansible.git 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 --- diff --git a/.mergify.yml b/.mergify.yml index 43ddec9f5..75b3fdc3a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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