Skip to content

Commit

Permalink
CI: mergify should label automatic backports as such (#8516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Oct 17, 2022
1 parent 1d17627 commit 93dbdbe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ pull_request_rules:
- body~=backport
- '#approved-reviews-by>=1'

# backports should be labeled as such
- actions:
label:
add:
- backport
name: Label backports as such
conditions:
- body~=automatic backport

queue_rules:
- name: default
conditions: []

0 comments on commit 93dbdbe

Please sign in to comment.