]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
mergify: need 2 approvals to merge a 'skip ci' PR
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 28 Feb 2019 12:03:35 +0000 (13:03 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 28 Feb 2019 12:07:51 +0000 (13:07 +0100)
This will avoid merging PR with 1 approval + [skip ci]

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
.mergify.yml

index 43ddec9f5546faa95971cc1a182149bc067d32e3..75b3fdc3a88bb725aeaaaccb7f9806d1d3067baf 100644 (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