Add action to label mergeable PRs#9931
Add action to label mergeable PRs#9931driazati wants to merge 1 commit intoapache:mainfrom driazati:gha_merge
Conversation
|
This looks great to me, lmk when this is "ready for |
areusch
left a comment
There was a problem hiding this comment.
[DO NOT MERGE] approving to trigger the workflow
|
Reverting back to draft since I'm not sure this is workable since when GitHub reports a status (i.e. when Jenkins is done) I don't see any way to get the original pull request when the PR comes from a forked repo, so the main use case (approval happens, then Jenkins completes hours later) doesn't work. |
|
It has been a while since this PR was updated, @areusch please leave a review or address the outstanding comments |
1 similar comment
|
It has been a while since this PR was updated, @areusch please leave a review or address the outstanding comments |
|
closing this to keep it from languishing anymore, an RFC will be coming soon that should address the underlying issue of merging PRs |
Developers often have to ping a committer once their PRs are both passing in CI and are approved. This helps facilitate this process by marking such PRs with a label
ready-for-mergeso committers can easily filter for outstanding PRs that need attention.Tested in https://github.com/driazati/tvm/pull/2 via https://github.com/driazati/tvm/actions/workflows/ready_for_merge.yml