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

Add action to lock threads #3679

Merged
merged 1 commit into from Feb 3, 2022
Merged

Add action to lock threads #3679

merged 1 commit into from Feb 3, 2022

Conversation

jsumners
Copy link
Member

@jsumners jsumners commented Feb 3, 2022

This PR adds a new GitHub Action that will run once per day and lock any issue or pull requests that have not had any activity in the prior 90 days. I opted for 90 days here out of an abundance of caution. We added this same action to Pino with a 30 day window. I'm not opposed to the 30 day window here.

The docs for the action can be found at -- https://github.com/dessant/lock-threads

This action will take a several days to process the current history due to -- https://github.com/dessant/lock-threads#why-are-only-some-issues-and-pull-requests-processed

We will see a lot of notifications that things have been locked. There's no way around that. We can speed up the initial processing by manually running the action through the Actions tab.

Checklist

@Eomm Eomm added the chore Small changes or internal project maintenance label Feb 3, 2022
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 7cdd173 into main Feb 3, 2022
@mcollina mcollina deleted the lock-threads branch February 3, 2022 08:54
@Fdawgs Fdawgs mentioned this pull request Jun 1, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Small changes or internal project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants