mrjackyliang/Lock Inactive Threads

A GitHub Action designed to lock issues and pull requests that have been inactive for a configurable number of days

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGitHub token used to search and lock issues and pull requestsyes""
ISSUE_COMMENTComment to add before locking an inactive issuenoDue to inactivity, this issue will be locked and marked as resolved. If you have any further questions or inquiries, please feel free to open a new issue.
ISSUE_INACTIVE_DAYSNumber of days of inactivity before an issue is lockedno30
ISSUE_LOCK_REASONLock reason for issues (off-topic, resolved, spam, too heated)noresolved
PR_COMMENTComment to add before locking an inactive pull requestnoDue to inactivity, this pull request will be locked and marked as resolved. If you have any further questions or inquiries, please feel free to open a new pull request.
PR_INACTIVE_DAYSNumber of days of inactivity before a pull request is lockedno30
PR_LOCK_REASONLock reason for pull requests (off-topic, resolved, spam, too heated)noresolved
EXCLUDE_LABELSLabels to exclude from locking (comma de-limited list)no""
LOG_OUTPUTEnable detailed logging of locked issues and pull requestsnotrue
DRY_RUNRun without making any changes (preview what would be locked)nofalse
namedescription
resultThe success or failure response after the action has completed