Skip to content

Commit ea63f0c

Browse files
ci: enable automerge for backport PRs (#90)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Expanded pull request auto-merge rules to allow merging into the main branch and additional release branch patterns, enabling broader automated merges without changing other conditions or labels. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents c31d18c + 5594ab5 commit ea63f0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/mergify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ pull_request_rules:
66
- "#approved-reviews-by>=2"
77
- "#review-requested=0"
88
- "#changes-requested-reviews-by=0"
9-
- base=main
9+
- or:
10+
- base=main
11+
- base~=^rhoai-v
1012
- label!=do-not-merge
1113
- label!=needs-rebase
1214
- check-success=pre-commit

0 commit comments

Comments
 (0)