Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit c53a818

Browse files
authored
mergify: use GitHub checks and add backports (#3805)
1 parent c674efd commit c53a818

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

.mergify.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
queue_rules:
22
- name: default
33
conditions:
4-
- check-success=beats-ci/e2e-testing/pr-merge
4+
- "check-success=Run Test"
55

66
pull_request_rules:
77
- name: ask to resolve conflict
@@ -206,3 +206,29 @@ pull_request_rules:
206206
labels:
207207
- "backport"
208208
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
209+
- name: backport patches to 8.12 branch
210+
conditions:
211+
- merged
212+
- label=backport-v8.12.0
213+
actions:
214+
backport:
215+
assignees:
216+
- "{{ author }}"
217+
branches:
218+
- "8.12"
219+
labels:
220+
- "backport"
221+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
222+
- name: backport patches to 8.13 branch
223+
conditions:
224+
- merged
225+
- label=backport-v8.13.0
226+
actions:
227+
backport:
228+
assignees:
229+
- "{{ author }}"
230+
branches:
231+
- "8.13"
232+
labels:
233+
- "backport"
234+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 commit comments

Comments
 (0)