Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: autolock closed issues and PRs after 30 days (#6398)
Old issues and PRs occasionally get comments well after they have been closed. These comments can lead to community frustration, as closed issues and PRs aren't actively monitored. This commit introduces a new CI job to automatically lock closed issues and PRs after 30 days of inactivity. A `frozen-due-to-age` label is added to denote why the issue has been locked. This CI job is deliberately configured to silently close issues without adding a comment to avoid notification noise for maintainers; adding a label takes the place of a comment.
- Loading branch information