Skip to content

Commit 8d6d872

Browse files
authored
Mergify: configuration update (ros2#938)
1 parent 182afa9 commit 8d6d872

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.mergify.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
pull_request_rules:
2+
- name: automatic backport of common pages
3+
conditions:
4+
- base=rolling
5+
- "files~=Governance|Contact|index|Marketing|ROSCon-Content|Roadmap|Releases|Feature-Ideas"
6+
actions:
7+
backport:
8+
branches:
9+
- foxy
10+
- eloquent
11+
- dashing
12+
13+
- name: backport at reviewers discretion
14+
conditions:
15+
- base=rolling
16+
- "label=backport-all"
17+
actions:
18+
backport:
19+
branches:
20+
- foxy
21+
- eloquent
22+
- dashing
23+
24+
- name: backport to foxy at reviewers discretion
25+
conditions:
26+
- base=rolling
27+
- "label=backport-foxy"
28+
actions:
29+
backport:
30+
branches:
31+
- foxy
32+
33+
- name: backport to eloquent at reviewers discretion
34+
conditions:
35+
- base=rolling
36+
- "label=backport-eloquent"
37+
actions:
38+
backport:
39+
branches:
40+
- eloquent
41+
42+
- name: backport to dashing at reviewers discretion
43+
conditions:
44+
- base=rolling
45+
- "label=backport-dashing"
46+
actions:
47+
backport:
48+
branches:
49+
- dashing
50+

0 commit comments

Comments
 (0)