Skip to content

Commit 165a34b

Browse files
RobertWilbrandtFelix Exner (fexner)
andauthored
Add mergify rule for iron branch (#120)
* Add mergify rule for iron branch * Update labels for target PRs --------- Co-authored-by: Felix Exner (fexner) <[email protected]>
1 parent c6f6a7a commit 165a34b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@ pull_request_rules:
77
backport:
88
branches:
99
- humble
10+
labels:
11+
- humble
12+
13+
- name: Backport to iron branch
14+
conditions:
15+
- base=rolling
16+
- label=backport-iron
17+
actions:
18+
backport:
19+
branches:
20+
- iron
21+
labels:
22+
- iron

0 commit comments

Comments
 (0)