actions-marketplace-validations/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: actions-marketplace-validations/krizzu_issue-triage-action@72e49b215fcfe5a7e227006ec9b019af51126992 # no releases — HEAD as of 2026-07-10tags 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