mergify: add note about write access for proper review request

pull/12269/head
Martin Kojtal 2020-01-16 11:14:08 +00:00
parent 144cb4a05f
commit c21cd8325b
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
# Notes: conditions do not check if label is already there if we add or remove later, this is to limit Github API access to
# minimum. If a label is already there and we add it again, nothing should happen (we do 1 less access to Github).
# 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.
#
# Reviewers request needs write access to block PR, otherwise it's just a suggestion on Github, not PR block
pull_request_rules:
# From needs: review to needs: work - reviewers request