We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a22f0 commit 0dafe70Copy full SHA for 0dafe70
.github/mergify.yml
@@ -17,12 +17,26 @@ pull_request_rules:
17
conditions:
18
- base=master
19
- label=backport-v3.9.x
20
+ - label!=backport-v3.8.x
21
actions:
22
backport:
23
branches:
24
- v3.9.x
25
assignees:
26
- "{{ author }}"
27
+ - name: Automatically backport to v3.9.x & v3.8.x based on labels
28
+ conditions:
29
+ - base=master
30
+ - label=backport-v3.9.x
31
+ - label=backport-v3.8.x
32
+ actions:
33
+ backport:
34
+ branches:
35
+ - v3.9.x
36
+ labels:
37
+ - backport-v3.8.x
38
+ assignees:
39
+ - "{{ author }}"
40
- name: Automatically backport to v3.8.x based on label
41
42
- base=v3.9.x
0 commit comments