File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,7 @@ pull_request_rules:
26
26
branches, such as:
27
27
* `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
28
28
* `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
42
30
43
31
- name : remove backport-skip label
44
32
conditions :
You can’t perform that action at this time.
0 commit comments