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 <gabrioux@ibm.com>
(cherry picked from commit f279b61)
  • Loading branch information
guits authored and asm0deuz committed Oct 30, 2023
1 parent 032596d commit d959dbd
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 d959dbd

Please sign in to comment.