Skip to content

Commit

Permalink
Update mergify label actions for active branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored and RobertWilbrandt committed Aug 28, 2023
1 parent 2ca4fd1 commit 2a6b987
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@ pull_request_rules:
backport:
branches:
- humble
label:
add:
- humble

- name: Backport to galactic branch
conditions:
- base=main
- label=backport-galactic
actions:
backport:
branches:
- galactic

- name: Backport to foxy branch
- name: Backport to iron branch
conditions:
- base=main
- label=backport-foxy
- label=backport-iron
actions:
backport:
branches:
- foxy
- iron
label:
add:
- iron

0 comments on commit 2a6b987

Please sign in to comment.