Skip to content

Commit d474b34

Browse files
authored
mergify: remove duplicated config and use the default ones for the backport labels (#17742)
See #17740 (comment)
1 parent ed40220 commit d474b34

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.mergify.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,8 @@ pull_request_rules:
6868
- label=backport-8.16
6969
actions:
7070
backport:
71-
assignees:
72-
- "{{ author }}"
7371
branches:
7472
- "8.16"
75-
labels:
76-
- "backport"
77-
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
7873

7974
- name: backport patches to 8.17 branch
8075
conditions:
@@ -83,13 +78,8 @@ pull_request_rules:
8378
- label=backport-8.17
8479
actions:
8580
backport:
86-
assignees:
87-
- "{{ author }}"
8881
branches:
8982
- "8.17"
90-
labels:
91-
- "backport"
92-
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
9383

9484
- name: backport patches to 8.18 branch
9585
conditions:
@@ -98,13 +88,8 @@ pull_request_rules:
9888
- label=backport-8.18
9989
actions:
10090
backport:
101-
assignees:
102-
- "{{ author }}"
10391
branches:
10492
- "8.18"
105-
labels:
106-
- "backport"
107-
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
10893

10994
- name: backport patches to 8.19 branch
11095
conditions:
@@ -123,10 +108,5 @@ pull_request_rules:
123108
- label=backport-9.0
124109
actions:
125110
backport:
126-
assignees:
127-
- "{{ author }}"
128111
branches:
129112
- "9.0"
130-
labels:
131-
- "backport"
132-
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"

0 commit comments

Comments
 (0)