klaasnicolaas/Inactivity Lock
Automatically locks issues and pull requests after a period of inactivity
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`. | no | ${{ github.token }} |
| rate-limit-buffer | Buffer to avoid hitting the rate limit | no | 100 |
| days-inactive-issues | Number of days of inactivity before locking issues | no | 90 |
| days-inactive-prs | Number of days of inactivity before locking PRs | no | 90 |
| lock-reason-issues | Reason for locking issues | no | resolved |
| lock-reason-prs | Reason for locking PRs | no | resolved |
Outputs
| name | description |
|---|---|
| locked-issues | JSON array of locked issues |
| locked-prs | JSON array of locked PRs |