Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ pull_request_rules:
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:
* `backport-v8./d.0` is the label to automatically backport to the `8./d` branch. `/d` is the digit

**NOTE**: `backport-v8.x` has been added to help with the transition to the new branch 8.x.
label:
add:
- backport-v8.x
- name: notify the backport has not been merged yet
conditions:
- -merged
Expand Down