mirror of https://github.com/ceph/ceph-ansible.git
mergify: add backport configuration for stable-7.0
So we can ask mergify to do automatic backport in stable-7.0 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/7212/head
parent
e28c486e52
commit
a571a9128e
|
@ -42,6 +42,13 @@ pull_request_rules:
|
|||
conditions:
|
||||
- label=backport-stable-6.0
|
||||
name: backport stable-6.0
|
||||
- actions:
|
||||
backport:
|
||||
branches:
|
||||
- stable-7.0
|
||||
conditions:
|
||||
- label=backport-stable-7.0
|
||||
name: backport stable-7.0
|
||||
commands_restrictions:
|
||||
backport:
|
||||
conditions:
|
||||
|
|
Loading…
Reference in New Issue