-
-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a note about PRs being merged automatically #21
Conversation
What if I'm no ready to merge the PR? if someone approve it I lose the PR? What do you think about a label to avoid the auto-merge, something like |
... or maybe better by using the PR title, if '[WIP]...' don't auto-merge? |
I've just updated the checks to be more strict and predictable. |
@fabpot Out of interest, (in your language preferences), what did you write @symfony-bot in? |
@robfrawley It's written in Go :) |
@fabpot does it also handle the case where 1 reviewer requested changes and another one approves ? The PR should not be merged until the first reviewer approves again, or their review gets dismissed. |
@stof Yes, taht's taken into account as we are using the Github green button to merge, which enforces that rule for us. |
@fabpot What about also allowing repository "collaborators" (those with push access) to approve these recipe PRs (to cause an auto-merge); this may be important in some circumstances. For example, with regard to #14, no members of @liip actively maintain liip/LiipImagineBundle; instead, it has been me and two or three others developing and maintaining the project. None of us are members of @liip but we all have "collaborator" status for the given repository. I suspect this situation isn't uncommon for other projects, as well. |
@robfrawley The list of repo collaborators is not a public resource in the Github API. Only people with push access to the repo can get the list. So the symfony-bot cannot use this info. |
No description provided.