We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b710066 commit 958d462Copy full SHA for 958d462
.mergify.yml
@@ -96,9 +96,7 @@ pull_request_rules:
96
label:
97
add:
98
- "needs: CI"
99
- remove:
100
- - "needs: review"
101
- - "needs: work"
+ remove: ['needs: review', 'needs: work']
102
103
# Conflict in the PR - needs: work and a comment to notify a user
104
- name: "label needs: work when there is a conflict"
@@ -109,9 +107,8 @@ pull_request_rules:
109
107
110
108
111
- "needs: work"
112
113
114
- - "needs: CI"
+ remove: ['needs: review', 'needs: CI']
+
115
comment:
116
message: This PR cannot be merged due to conflicts. Please rebase to resolve them.
117
0 commit comments