Skip to content

Commit

Permalink
Added mergify rules for Humble and Iron from Rolling/Jazzy (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
VinDp authored Jul 3, 2024
1 parent fdd121b commit 21f5a01
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pull_request_rules:
- name: Backport to humble branch
conditions:
- base=ros2
- label=backport-humble
actions:
backport:
branches:
- humble
labels:
- humble

- name: Backport to iron branch
conditions:
- base=ros2
- label=backport-iron
actions:
backport:
branches:
- iron
labels:
- iron

0 comments on commit 21f5a01

Please sign in to comment.