Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork60
Closed
Labels
Description
It would be great if a bot could automatically merge PRs that meet all of the following:
- All status checks are green
- A CLA check is good.
- Someone with write permission to the repository has given it an approved review with no reviews from someone with write permission requesting changes.
Right now if I review someone's PR either one of two things happen:
- The status checks are green and the CLA check is green, in which case I press the merge button.
- This case is trivial though it does require an extra button click that could be eliminated.
- The status checks are pending or the CLA check hasn't happened yet.
- This is the case I'm most interested in, what happens here is at some point in the future the status checks will go green but there is no notification that this has happened, so this relies on someone coming around again and notice that the merge button can be pushed.