krizzu/Issue triage
Deals with stale issues in your project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 20, 2019
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: krizzu/issue-triage-action@1f44473e7e1c39c9df396c6e274f435ef88711a7 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ghToken | GitHub token | yes | — |
| staleAfter | number of days to consider an issue to be stale | no | 30 |
| closeAfter | number of days after the issue should be closed (0 days means off, must be higher than `staleAfter`) | no | 0 |
| staleLabel | label to be set to the stale issue | no | STALE 📺 |
| staleComment | a template comment to be placed when handling the issue | no | — |
| closeComment | a template comment to be placed when closing the issue | no | — |
| showLogs | Show logs with info like total number of issues found, stale issues, closed etc. | no | — |
Outputs
no outputs