actions-marketplace-validations/Repo Lockdown

Immediately close and lock issues and pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGitHub access token${{ github.token }}
exclude-issue-created-beforeDo not process issues created before a given timestamp, value must follow ISO 8601""
exclude-issue-labelsDo not process issues with these labels, value must be a comma separated list of labels""
issue-labelsLabels to add before closing or locking an issue, value must be a comma separated list of labels""
issue-commentComment to post before closing or locking an issue""
skip-closed-issue-commentDo not comment on already closed issues before locking, value must be either `true` or `false`false
close-issueClose issues, value must be either `true` or `false`true
lock-issueLock issues, value must be either `true` or `false`true
issue-lock-reasonReason for locking an issue, value must be one of `resolved`, `off-topic`, `too heated` or `spam`""
exclude-pr-created-beforeDo not process pull requests created before a given timestamp, value must follow ISO 8601""
exclude-pr-labelsDo not process pull requests with these labels, value must be a comma separated list of labels""
pr-labelsLabels to add before closing or locking a pull request, value must be a comma separated list of labels""
pr-commentComment to post before closing or locking a pull request""
skip-closed-pr-commentDo not comment on already closed pull requests before locking, value must be either `true` or `false`false
close-prClose pull requests, value must be either `true` or `false`true
lock-prLock pull requests, value must be either `true` or `false`true
pr-lock-reasonReason for locking a pull request, value must be one of `resolved`, `off-topic`, `too heated` or `spam`""
process-onlyProcess only issues or pull requests, value must be either `issues` or `prs`""
log-outputLog output parameters, value must be either `true` or `false`false
namedescription
issuesIssues that have been closed or locked, value is a JSON string
prsPull requests that have been closed or locked, value is a JSON string