Skip to content

Commit

Permalink
Add backport-to-iron workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Nov 4, 2023
1 parent 5e6b676 commit a098c99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ pull_request_rules:
branches:
- humble

pull_request_rules:
- name: Backport to iron at reviewers discretion
conditions:
- base=master
- "label=backport-iron"
actions:
backport:
branches:
- iron

- name: Ask to resolve conflict
conditions:
- conflict
Expand Down

0 comments on commit a098c99

Please sign in to comment.