mirror of https://github.com/ceph/ceph-ansible.git
mergify: add mergify configuration
This adds mergify configuration file on `stable-4.0` branch so we can get backports automatically created by mergify. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/6135/head
parent
d14723d5b4
commit
7acaabadb9
|
@ -0,0 +1,9 @@
|
||||||
|
pull_request_rules:
|
||||||
|
# Backports
|
||||||
|
- actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- 4.2z1
|
||||||
|
conditions:
|
||||||
|
- label=backport-4.2z1
|
||||||
|
name: backport 4.2z1
|
Loading…
Reference in New Issue