-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
CI: manage stale PRs #29367
CI: manage stale PRs #29367
Conversation
what do you think of these rules for stale PRs:
|
.github/workflows/stale.yaml
Outdated
debug-only: true | ||
exempt-milestones: true | ||
exempt-pr-labels: "Work In Progress" | ||
only-issue-labels: "bug" # only close issues with "bug" label | ||
exempt-pr-labels: "Work In Progress" # if wip, don't mark as stale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exempt-pr-labels: "Work In Progress" # if wip, don't mark as stale | |
exempt-pr-labels: "active-work-in-progress" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"active work in progress" fine? we don't have hyphens in any other label
Before merging this, I'd like to look over the affected PRs. @sshane can you roughly start assigning them to people? if not sure about one, you can assign to me |
our stale PR PR is about to go stale 😅 Remaining:
|
I think we want to whitelist issues with a tag and blacklist PRs with a tag.