Skip to content

Commit fd41330

Browse files
authored
mergify: remove backport-8.x enforcement (#4398)
1 parent 8909668 commit fd41330

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.mergify.yml

-14
Original file line numberDiff line numberDiff line change
@@ -277,20 +277,6 @@ pull_request_rules:
277277
To fixup this pull request, you need to add the backport labels for the needed
278278
branches, such as:
279279
* `backport-./d./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit
280-
- name: add backport-8.x label for main only if no skipped or assigned already
281-
conditions:
282-
- -label~=^(backport-skip|backport-8.x)$
283-
- base=main
284-
- -merged
285-
- -closed
286-
actions:
287-
comment:
288-
message: |
289-
`backport-8.x` has been added to help with the transition to the new branch `8.x`.
290-
If you don't need it please use `backport-skip` label and remove the `backport-8.x` label.
291-
label:
292-
add:
293-
- backport-8.x
294280
- name: backport patches to 8.17 branch
295281
conditions:
296282
- merged

0 commit comments

Comments
 (0)