Skip to content

Commit c21cd83

Browse files
committed
mergify: add note about write access for proper review request
1 parent 144cb4a commit c21cd83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.mergify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
# Notes: conditions do not check if label is already there if we add or remove later, this is to limit Github API access to
2121
# 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
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.
23+
#
24+
# Reviewers request needs write access to block PR, otherwise it's just a suggestion on Github, not PR block
2325

2426
pull_request_rules:
2527
# From needs: review to needs: work - reviewers request

0 commit comments

Comments
 (0)