forked from ros2/ros2_documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mergify.yml
49 lines (45 loc) · 1.05 KB
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
pull_request_rules:
- name: automatic backport of common pages
conditions:
- base=rolling
- "files~=Governance|Contact|index|Marketing|ROSCon-Content|Roadmap|Releases|Feature-Ideas|Metrics"
actions:
backport:
branches:
- jazzy
- iron
- humble
- name: backport at reviewers discretion
conditions:
- base=rolling
- "label=backport-all"
actions:
backport:
branches:
- jazzy
- iron
- humble
- name: backport to jazzy at reviewers discretion
conditions:
- base=rolling
- "label=backport-jazzy"
actions:
backport:
branches:
- jazzy
- name: backport to iron at reviewers discretion
conditions:
- base=rolling
- "label=backport-iron"
actions:
backport:
branches:
- iron
- name: backport to humble at reviewers discretion
conditions:
- base=rolling
- "label=backport-humble"
actions:
backport:
branches:
- humble