Skip to content

Commit 6dbf3d8

Browse files
Merge pull request #9109 from Neon-White/autorebase-rule
Add Mergify autorebase rule
2 parents 6364f3f + d413ddc commit 6dbf3d8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.mergify.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pull_request_rules:
2+
- name: Auto-rebase PRs
3+
description: This rule automatically rebases PRs that fit the criteria
4+
conditions:
5+
- and:
6+
- -draft
7+
- label = Enable-Auto-Rebase
8+
- branch-protection-review-decision = APPROVED
9+
- "#check-failure = 0"
10+
- "#check-neutral = 0"
11+
- "#check-pending = 0"
12+
- "#check-skipped = 0"
13+
- "#check-stale = 0"
14+
actions:
15+
rebase:
16+
autosquash: false
17+
bot_account: nimrod-becker

0 commit comments

Comments
 (0)