Skip to content

Commit a312886

Browse files
authored
mergify: automate the backport to 8.x when PRs targeting main (#5479)
* mergify: automate the backport to 8.x when PRs targeting main * Update .mergify.yml * Update .mergify.yml
1 parent ace3ce3 commit a312886

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.mergify.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,11 @@ pull_request_rules:
124124
branches, such as:
125125
* `backport-v./d./d./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit
126126
127-
**NOTE**: `backport-skip` has been added to this pull request.
127+
128+
`backport-v8.x` has been added to help with the transition to the new branch 8.x.
128129
label:
129130
add:
130-
- backport-skip
131+
- backport-v8.x
131132
- name: remove-backport label
132133
conditions:
133134
- label~=backport-v

0 commit comments

Comments
 (0)