Skip to content

Commit 02d0b34

Browse files
authored
Mergify for v7 branches (#2343)
1 parent f051378 commit 02d0b34

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/mergify.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,20 @@ pull_request_rules:
117117
backport:
118118
branches:
119119
- release/protocol/v6.x
120+
- name: backport to release/indexer/v7.x branch
121+
conditions:
122+
- base=main
123+
- label=backport/indexer/v7.x
124+
actions:
125+
backport:
126+
branches:
127+
- release/indexer/v7.x
128+
- name: backport to release/protocol/v7.x branch
129+
conditions:
130+
- base=main
131+
- label=backport/protocol/v7.x
132+
actions:
133+
backport:
134+
branches:
135+
- release/protocol/v7.x
120136

0 commit comments

Comments
 (0)