Skip to content

Commit

Permalink
Rotate mergify labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed May 27, 2021
1 parent 49402b7 commit c81c7fe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,35 @@ pull_request_rules:
label:
add:
- automerge
- name: v1.4 backport
- name: v1.6 backport
conditions:
- label=v1.4
- label=v1.6
actions:
backport:
ignore_conflicts: true
branches:
- v1.4
- name: v1.5 backport
- v1.6
- name: v1.7 backport
conditions:
- label=v1.5
- label=v1.7
actions:
backport:
ignore_conflicts: true
branches:
- v1.5
- name: v1.6 backport
- v1.7
- name: v1.8 backport
conditions:
- label=v1.6
- label=v1.8
actions:
backport:
ignore_conflicts: true
branches:
- v1.6
- name: v1.7 backport
- v1.8
- name: v1.9 backport
conditions:
- label=v1.7
- label=v1.9
actions:
backport:
ignore_conflicts: true
branches:
- v1.7
- v1.9

0 comments on commit c81c7fe

Please sign in to comment.