File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,7 @@ pull_request_rules:
2626 branches, such as:
2727 * `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
2828 * `backport-8.x` is the label to automatically backport to the `8.x` branch.
29-
30- - name : add backport-8.x for the all the PRs targeting main if no skipped or assigned already
31- conditions :
32- - -label~=^(backport-skip|backport-8.x)$
33- - base=main
34- actions :
35- comment :
36- message : |
37- `backport-8.x` has been added to help with the transition to the new branch `8.x`.
38- If you don't need it please use `backport-skip` label.
39- label :
40- add :
41- - backport-8.x
29+ * If no backport is necessary, please add the `backport-skip` label
4230
4331 - name : remove backport-skip label
4432 conditions :
You can’t perform that action at this time.
0 commit comments