Skip to content

Commit f9ca3ea

Browse files
author
Alex | Interchain Labs
authored
Update .mergify.yml (cosmos#361)
1 parent 2934281 commit f9ca3ea

File tree

1 file changed

+3
-31
lines changed

1 file changed

+3
-31
lines changed

.mergify.yml

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,11 @@ queue_rules:
1212
{{ body }}
1313
1414
pull_request_rules:
15-
- name: backport patches to v6.0.x branch
15+
- name: backport patches to v0.3.x branch
1616
conditions:
1717
- base=main
18-
- label=backport/6.0.x
18+
- label=backport/0.3.x
1919
actions:
2020
backport:
2121
branches:
22-
- release/v6.0.x
23-
- name: backport patches to v5.0.x branch
24-
conditions:
25-
- base=main
26-
- label=backport/5.0.x
27-
actions:
28-
backport:
29-
branches:
30-
- release/v5.0.x
31-
- name: backport patches to v4.0.x branch
32-
conditions:
33-
- base=main
34-
- label=backport/4.0.x
35-
actions:
36-
backport:
37-
branches:
38-
- release/v4.0.x
39-
- name: backport patches to v3.0.x branch
40-
conditions:
41-
- base=main
42-
- label=backport/3.0.x
43-
actions:
44-
backport:
45-
branches:
46-
- release/v3.0.x
47-
- name: refactored queue action rule
48-
conditions: []
49-
actions:
50-
queue:
22+
- release/v0.3.x

0 commit comments

Comments
 (0)