rob-derosa/Stale Issue Report Generator
Generates a gist report of open, stale issues that have not had a new comment posted within a specified daily threshold
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| labels | A comma delimited list of labels with amount of days (i.e. blocker=14,critical=30,important=60) | yes | — |
| buffer | The amount of days prior to the assigned label cutoff (i.e. a value of 3 would include blocker issues with no new comments within the last 11 days instead of 14) | no | 0 |
| github-token | A PAT that has the ability to read repos and post gists | yes | — |
Outputs
| name | description |
|---|---|
| report-url | A url to the generated gist report |