Skip to content

Commit d1279f1

Browse files
authored
chore: update bots configs (mergify) (#3192)
1 parent 08dcb4c commit d1279f1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.mergify.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ pull_request_rules:
2424
{{ title }} (#{{ number }})
2525
{{ body }}
2626
27-
- name: Backport patches to the release/v17.2.x branch
27+
- name: Backport patches to the release/v17.3.x branch
2828
conditions:
2929
- base=main
30-
- label=A:backport/v17.2.x
30+
- label=A:backport/v17.3.x
3131
actions:
3232
backport:
3333
branches:
34-
- release/v17.2.x
34+
- release/v17.3.x
3535

3636
- name: Backport patches to the release/v18.x branch
3737
conditions:
@@ -41,3 +41,12 @@ pull_request_rules:
4141
backport:
4242
branches:
4343
- release/v18.x
44+
45+
- name: Backport patches to the release/v18.1.x branch
46+
conditions:
47+
- base=main
48+
- label=A:backport/v18.1.x
49+
actions:
50+
backport:
51+
branches:
52+
- release/v18.1.x

0 commit comments

Comments
 (0)