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 to close issues as stale as-needed #134

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

dbeatty10
Copy link
Contributor

Description & motivation

What?

For issues that have been open for awhile without activity, label
them as stale with a warning that they will be closed out. If
anyone comments to keep the issue open, it will automatically
remove the stale label and keep it open.

Stale label rules:

  • awaiting_response, more_information_needed -> 90 days
  • good_first_issue, help_wanted -> 360 days (a year)
  • tech_debt -> 720 (2 years)
  • all else defaults -> 180 days (6 months)

Why?

To keep the repo in a clean state from issues that aren't relevant anymore

When?

Once a day

@dbeatty10 dbeatty10 merged commit 5613a30 into main Jul 19, 2023
@gwenwindflower gwenwindflower deleted the dbeatty/gha-stale branch February 28, 2024 23:01
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.

2 participants