]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add mergify
authorSébastien Han <seb@redhat.com>
Mon, 25 Jun 2018 14:42:48 +0000 (16:42 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 25 Jun 2018 14:43:54 +0000 (16:43 +0200)
Mergify automatically merges pull requests when they're ready so you
don't have to. You set the rules, it does the rest.

Signed-off-by: Sébastien Han <seb@redhat.com>
.mergify.yml [new file with mode: 0644]

diff --git a/.mergify.yml b/.mergify.yml
new file mode 100644 (file)
index 0000000..0b806b4
--- /dev/null
@@ -0,0 +1,10 @@
+rules:
+  default:
+    protection:
+      required_status_checks:
+        strict: true
+        contexts:
+          - DCO
+          - "Testing: ceph-ansible PR Pipeline"
+      required_pull_request_reviews:
+        required_approving_review_count: 1
\ No newline at end of file