Skip to content

Commit

Permalink
mergify: add backport label (elastic#25050)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 14, 2021
1 parent c473af2 commit 164bb5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pull_request_rules:
- "{{ author }}"
branches:
- "7.x"
labels:
- "backport"
- name: backport patches to 7.12 branch
conditions:
- merged
Expand All @@ -21,6 +23,8 @@ pull_request_rules:
- "{{ author }}"
branches:
- "7.12"
labels:
- "backport"
- name: backport patches to 7.11 branch
conditions:
- merged
Expand All @@ -32,6 +36,8 @@ pull_request_rules:
- "{{ author }}"
branches:
- "7.11"
labels:
- "backport"
- name: ask to resolve conflict
conditions:
- conflict
Expand Down

0 comments on commit 164bb5e

Please sign in to comment.