-
Notifications
You must be signed in to change notification settings - Fork 193
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
Switch from stale app to stale GHA #2802
Conversation
🤖 Created branch: z_pr2802/dfarrell07/stale_gha |
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.
Note for other reviewers: this uses the default delay before closing stale issues/PRs, 7 days.
Right, which is the same we had manually configured before. |
days-before-pr-stale: 14 | ||
exempt-issue-labels: 'confirmed,security' | ||
exempt-pr-labels: 'confirmed,security' | ||
stale-issue-label: '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.
Should we use wontfix
as before?
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.
We can choose. Thought "stale" made more sense, was a more accurate description.
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.
I'll create "stale" labels as I send these changes to repos. Already created one for this repo. I'll also update the scrub filter accordingly. We can clear the old "wolntfix" ones during the next scrub calls.
The stale app has been deprecated and replaced with a GitHub Action. probot/probot.github.io#376 probot/stale#385 Signed-off-by: Daniel Farrell <[email protected]>
4dd37a3
to
30670aa
Compare
🤖 Closed branches: [z_pr2802/dfarrell07/stale_gha] |
The stale app has been deprecated and replaced with a GitHub Action.
probot/probot.github.io#376
probot/stale#385