We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace3ce3 commit a312886Copy full SHA for a312886
.mergify.yml
@@ -124,10 +124,11 @@ pull_request_rules:
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
- **NOTE**: `backport-skip` has been added to this pull request.
+
128
+ `backport-v8.x` has been added to help with the transition to the new branch 8.x.
129
label:
130
add:
- - backport-skip
131
+ - backport-v8.x
132
- name: remove-backport label
133
conditions:
134
- label~=backport-v
0 commit comments