Drop support for v1.0 backports, add v1.3 support
This commit is contained in:
16
.mergify.yml
16
.mergify.yml
@ -50,14 +50,6 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- automerge
|
- automerge
|
||||||
- name: v1.0 backport
|
|
||||||
conditions:
|
|
||||||
- label=v1.0
|
|
||||||
actions:
|
|
||||||
backport:
|
|
||||||
ignore_conflicts: true
|
|
||||||
branches:
|
|
||||||
- v1.0
|
|
||||||
- name: v1.1 backport
|
- name: v1.1 backport
|
||||||
conditions:
|
conditions:
|
||||||
- label=v1.1
|
- label=v1.1
|
||||||
@ -74,3 +66,11 @@ pull_request_rules:
|
|||||||
ignore_conflicts: true
|
ignore_conflicts: true
|
||||||
branches:
|
branches:
|
||||||
- v1.2
|
- v1.2
|
||||||
|
- name: v1.3 backport
|
||||||
|
conditions:
|
||||||
|
- label=v1.3
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
ignore_conflicts: true
|
||||||
|
branches:
|
||||||
|
- v1.3
|
||||||
|
Reference in New Issue
Block a user