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
[GitHub] Add workflow to check author's commit access on new PRs
This workflow will run on every opened PR and add a label if the
author does not have the required permissions to merge their own
PR.
The permission check is based on code from llvm#81142,
which tried to do this when a review was approved. That had to be
reverted in llvm#81722 because
the event that it was triggered by did not have permissions to write
to the PR.
So we have a slight disadvantage that a label could be wrong by
the time the review is approved but ok, the author can click
the button themselves then anyway.
Plus, you could search by the label to find anything waiting
for someone to merge on behalf.
0 commit comments