Commit 69b8969 1 parent 1556500 commit 69b8969 Copy full SHA for 69b8969
File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -122,22 +122,20 @@ pull_request_rules:
122
122
This pull request does not have a backport label. Could you fix it @{{author}}? 🙏
123
123
To fixup this pull request, you need to add the backport labels for the needed
124
124
branches, such as:
125
- * `backport-v./d./d./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit
126
-
127
-
128
- `backport-v8.x` has been added to help with the transition to the new branch 8.x.
129
- label :
130
- add :
131
- - backport-v8.x
132
- - name : remove-backport label
125
+ * `backport-v./d./d.0` is the label to automatically backport to the `8./d` branch. `/d` is the digit
126
+ - name : add backport-v8.x label for main only
133
127
conditions :
134
- - label~=backport-v
128
+ - -label~=^backport-v8.x
129
+ - base=main
135
130
- -merged
136
131
- -closed
137
132
actions :
133
+ comment :
134
+ message : |
135
+ `backport-v8.x` has been added to help with the transition to the new branch `8.x`.
138
136
label :
139
- remove :
140
- - backport-skip
137
+ add :
138
+ - backport-v8.x
141
139
- name : backport patches to 7.17 branch
142
140
conditions :
143
141
- merged
You can’t perform that action at this time.
0 commit comments