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 adfa736 commit c2b65fdCopy full SHA for c2b65fd
.mergify.yml
@@ -99,6 +99,15 @@ pull_request_rules:
99
- "needs: review"
100
- "needs: work"
101
102
+ # Remove reviews after the branch is updated. This yet does not allow
103
+ # any other action like labels, etc. See mergify-engine/issues/360
104
+ - name: remove outdated reviews
105
+ conditions: []
106
+ actions:
107
+ dismiss_reviews:
108
+ approved: True
109
+ changes_requested: True
110
+
111
# Conflict in the PR - needs: work and a comment to notify a user
112
- name: "label needs: work when there is a conflict"
113
conditions:
0 commit comments