Skip to content
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

GitHub Action for Automating Inactive Issue Cleaning #188

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

haydenbspence
Copy link

This adds adds a workflow that implements closing inactive issues.

  • An action will run every day at 5:00am UTC, it can also be manually ran as needed.
  • If an issue has had no activity in 90-days, it will add the tag 'stale' and and comment to notify of the status by commenting on the issue.
  • If an issue that has been marked stale is inactive for an additional 90-days, it will close then the issue.

For this to work, the GitHub Repository Secret STALE_PAT must be set to a Personal Access Token (PAT) that allows the workflow to authenticate and perform API calls to GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant