-
Notifications
You must be signed in to change notification settings - Fork 14k
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 PR triage workflow #17881
base: trunk
Are you sure you want to change the base?
Add PR triage workflow #17881
Conversation
I totally love this idea!
Could we just add label "needs-attention" if the PRs from non-committer have no reviewer after 7 days? That may be more simple and it can remind committers to check those languished PRs as well |
I like this, thanks @mumrah. |
Unfortunately, So, for now it would be a manual process to remove the One improvement we can make is to use https://github.com/actions/stale?tab=readme-ov-file#exempt-all-pr-assignees to prevent Edit: Since we already require adding 2nd Edit: IF we ever use GitHub Projects (a big "IF" 😄), then labels like this can be automatically removed when transitioning a PR from one state to another which is a drag-and-drop action in the UI |
Replaces #17298.
This patch adds a simple label based workflow for PRs. PRs opened by non-committers will have a
triage
label automatically added. This allows committers to see which PRs need to be triaged. After 7 days, aneeds-attention
label will be added. This serves as a reminder to committers and allows them to see which PRs have languished.For now, the
triage
label will need to be manually removed by a committer. In the future, we could try to automate this by removing the label after a PR has been reviewed, assigned, or commented on.