Skip to content

Commit

Permalink
mergify: add reef backports configuration
Browse files Browse the repository at this point in the history
This adds the required change in .mergify.yml in order to
automate reef backports with mergify.

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Jul 12, 2023
1 parent 887b89f commit f279b61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
pull_request_rules:
# Backports
- actions:
backport:
branches:
- reef
conditions:
- label=backport-reef
name: backport reef
- actions:
backport:
branches:
Expand Down

0 comments on commit f279b61

Please sign in to comment.