Skip to content

Commit

Permalink
[mergify]: change title (elastic#25396)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 29, 2021
1 parent e8c73c4 commit b68dcb0
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pull_request_rules:
- "7.x"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 7.13 branch
conditions:
- merged
Expand All @@ -25,6 +26,7 @@ pull_request_rules:
- "7.13"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 7.12 branch
conditions:
- merged
Expand All @@ -38,19 +40,7 @@ pull_request_rules:
- "7.12"
labels:
- "backport"
- name: backport patches to 7.11 branch
conditions:
- merged
- base=master
- label=backport-v7.11.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.11"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: ask to resolve conflict
conditions:
- conflict
Expand Down

0 comments on commit b68dcb0

Please sign in to comment.