Skip to content

Commit 11a35fe

Browse files
authored
chore: set up backport rule for 53 (#23871)
1 parent 05933ed commit 11a35fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.mergify.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ queue_rules:
1212
merge_method: squash
1313

1414
pull_request_rules:
15-
- name: backport patches to v0.52.x branch
15+
- name: backport patches to v0.53.x branch
1616
conditions:
1717
- base=main
18-
- label=backport/v0.52.x
18+
- label=backport/v0.53.x
1919
actions:
2020
backport:
2121
branches:
22-
- release/v0.52.x
22+
- release/v0.53.x
2323
- name: backport patches to v0.50.x branch
2424
conditions:
2525
- base=main

0 commit comments

Comments
 (0)