You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An attribute like author_has_write, a Boolean representing whether the PR author has admin or write permission on the repository, would I think solve my use case.
Use case:
I would like PRs to be automatically merged after 1 approving review and a status check success. This works perfectly when there are other reviewers to review one's PR:
I'd also like to use this on projects where I'm the sole maintainer, but unfortunately GitHub doesn't let one review one's own PR. So I've added another rule that exempts PRs by me from requiring a review that GitHub won't allow me to give:
This works, but I think ideally I'd like to replace author=alecmocatta with a new author_has_write attribute. Let me know if there's another solution I'm missing!
The text was updated successfully, but these errors were encountered:
An attribute like
author_has_write
, a Boolean representing whether the PR author hasadmin
orwrite
permission on the repository, would I think solve my use case.Use case:
I would like PRs to be automatically merged after 1 approving review and a status check success. This works perfectly when there are other reviewers to review one's PR:
I'd also like to use this on projects where I'm the sole maintainer, but unfortunately GitHub doesn't let one review one's own PR. So I've added another rule that exempts PRs by me from requiring a review that GitHub won't allow me to give:
This works, but I think ideally I'd like to replace
author=alecmocatta
with a newauthor_has_write
attribute. Let me know if there's another solution I'm missing!The text was updated successfully, but these errors were encountered: