Skip to content

Commit

Permalink
Adding iron backport rule to mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Jun 29, 2023
1 parent ce6deb9 commit 78c693a
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
@@ -1,4 +1,13 @@
pull_request_rules:
- name: backport to iron at reviewers discretion
conditions:
- base=main
- "label=backport-iron"
actions:
backport:
branches:
- iron

- name: backport to humble at reviewers discretion
conditions:
- base=main
Expand Down

0 comments on commit 78c693a

Please sign in to comment.