-
Notifications
You must be signed in to change notification settings - Fork 185
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
Stale bot #2842
base: master
Are you sure you want to change the base?
Stale bot #2842
Conversation
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.
Just to make sure it works - could you please test it on your repo (set DAYS_BEFORE_STALE
and DAYS_BEFORE_CLOSE
to 1
so it will be quick)? Otherwise looks good 👍
.github/workflows/automate-stale.yml
Outdated
stale-issue-message: | | ||
Hi! This issue hasn't had any action for a while, so I am marking | ||
it as stale. It will close in ${{ env.DAYS_BEFORE_CLOSE }} days | ||
unless something changes. Thanks for helping keep our project tidy! |
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.
unless something changes. Thanks for helping keep our project tidy! | |
unless something changes. Thanks for helping us keep the project tidy! |
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.
Let's only execute it on PRs
Closes #2816
Settings reference: https://github.com/actions/stale?tab=readme-ov-file#all-options
Introduced changes
Checklist
CHANGELOG.md