We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 594716a + 2547bb5 commit 7a66afcCopy full SHA for 7a66afc
1 file changed
.mergify.yml
@@ -78,15 +78,16 @@ pull_request_rules:
78
merge:
79
method: merge
80
81
- - name: Auto-rebase approved PRs that are behind
+ - name: Auto-update approved PRs that are behind
82
conditions:
83
- "-draft"
84
- "-conflict"
85
- "#commits-behind>0"
86
- "base=main"
87
- "#approved-reviews-by>=1"
88
+ - "author!=dependabot[bot]"
89
actions:
- rebase:
90
+ update:
91
92
- name: Ping author on conflicts
93
0 commit comments