Commit 976b647 1 parent 1a449cd commit 976b647 Copy full SHA for 976b647
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -123,16 +123,17 @@ pull_request_rules:
123
123
To fixup this pull request, you need to add the backport labels for the needed
124
124
branches, such as:
125
125
* `backport-./d./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit
126
- - name : add backport-8.x label for main only
126
+ - name : add backport-8.x label for main only if no skipped or assigned already
127
127
conditions :
128
- - -label~=^backport-8.x
128
+ - -label~=^( backport-skip|backport- 8.x)$
129
129
- base=main
130
130
- -merged
131
131
- -closed
132
132
actions :
133
133
comment :
134
134
message : |
135
135
`backport-v8.x` has been added to help with the transition to the new branch `8.x`.
136
+ If you don't need it please use `backport-skip` label and remove the `backport-8.x` label.
136
137
label :
137
138
add :
138
139
- backport-8.x
You can’t perform that action at this time.
0 commit comments