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

Added close stale issues workflow #634

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

Conversation

andrewnester
Copy link
Contributor

@andrewnester andrewnester commented Aug 3, 2023

Changes

Added workflows for closing stale issues.

It adds a Github Action that warns and then auto closes stale issues.

@pietern
Copy link
Contributor

pietern commented Aug 10, 2023

This uses https://github.com/aws-actions/stale-issue-cleanup which in turn is built on https://github.com/actions/stale.

The latter appears more active and seems to have implemented the features that prompted the former to be created.

@andrewnester
Copy link
Contributor Author

@pietern the bigger difference is that AWS version allowed for labelling issues with "response requested" labels and automatically close them if no response after defined period. We don't necessarily need this functionality so I switched to actions/stale for now

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