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 144cb4a commit c21cd83Copy full SHA for c21cd83
.mergify.yml
@@ -19,7 +19,9 @@
19
20
# Notes: conditions do not check if label is already there if we add or remove later, this is to limit Github API access to
21
# minimum. If a label is already there and we add it again, nothing should happen (we do 1 less access to Github).
22
-# For instance for needs: work if CI failed, we just add a label as action, don't check if needs: works is already there
+# For instance for needs: work if CI failed, we just add a label as action, don't check if needs: works is already there.
23
+#
24
+# Reviewers request needs write access to block PR, otherwise it's just a suggestion on Github, not PR block
25
26
pull_request_rules:
27
# From needs: review to needs: work - reviewers request
0 commit comments