]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
mergify: remove mergify config on stable-4.0
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 7 Nov 2019 20:11:26 +0000 (21:11 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 7 Nov 2019 20:18:06 +0000 (15:18 -0500)
This commit removes the mergify config on stable-4.0

At the moment there is no need to have a mergify config on this branch
given that we don't use it.

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

diff --git a/.mergify.yml b/.mergify.yml
deleted file mode 100644 (file)
index 75b3fdc..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-pull_request_rules:
-  - name: automatic merge
-    conditions:
-      - label!=DNM
-      - '#approved-reviews-by>=1'
-      - 'status-success=Testing: ceph-ansible PR Pipeline'
-    actions:
-      merge:
-        method: rebase
-        rebase_fallback: merge
-        strict: smart
-      dismiss_reviews: {}
-      delete_head_branch: {}
-  - name: automatic merge on skip ci
-    conditions:
-      - label!=DNM
-      - title~=\[skip ci\]
-      - '#approved-reviews-by>=2'
-    actions:
-      merge:
-        method: rebase
-        rebase_fallback: merge
-        strict: smart
-      dismiss_reviews: {}
-      delete_head_branch: {}
-  - name: automerge backport 3.0
-    conditions:
-      - author=mergify[bot]
-      - base=stable-3.0
-      - label!=DNM
-      - 'status-success=Testing: ceph-ansible PR Pipeline'
-    actions:
-      merge:
-        method: rebase
-        rebase_fallback: merge
-        strict: smart
-      dismiss_reviews: {}
-      delete_head_branch: {}
-  - name: automerge backport 3.1
-    conditions:
-      - author=mergify[bot]
-      - base=stable-3.1
-      - label!=DNM
-      - 'status-success=Testing: ceph-ansible PR Pipeline'
-    actions:
-      merge:
-        method: rebase
-        rebase_fallback: merge
-        strict: smart
-      dismiss_reviews: {}
-      delete_head_branch: {}
-  - name: automerge backport 3.2
-    conditions:
-      - author=mergify[bot]
-      - base=stable-3.2
-      - label!=DNM
-      - 'status-success=Testing: ceph-ansible PR Pipeline'
-    actions:
-      merge:
-        method: rebase
-        rebase_fallback: merge
-        strict: smart
-      dismiss_reviews: {}
-      delete_head_branch: {}
-# Backports
-  - actions:
-      backport:
-        branches:
-        - stable-3.0
-    conditions:
-      - label=backport-stable-3.0
-    name: backport stable-3.0
-  - actions:
-      backport:
-        branches:
-        - stable-3.1
-    conditions:
-      - label=backport-stable-3.1
-    name: backport stable-3.1
-  - actions:
-      backport:
-        branches:
-        - stable-3.2
-    conditions:
-      - label=backport-stable-3.2
-    name: backport stable-3.2