paritytech/Stale Issues Finder
Find what issues have been stale for a given time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 3, 2024
- License
- MIT
Pinned Snippet
uses: paritytech/stale-issues-finder@811c9b51c6c1b37319c2532034a62eb1c10c61dd # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The token to access the repo | yes | — |
| repo | The repository to fetch the issues from | no | — |
| owner | The name of the org/user that owns the repository | no | — |
| days-stale | How many days have to pass to consider an action "stale" | no | 5 |
| noComments | If true, it will only collect issues with NO comments. | no | false |
| ignoreAuthors | Collections of usernames separated by commas that should be ignored if they are the author of the issue. | no | — |
| requiredLabels | Collections of labels separated by commas that should be required when searching for a issue. | no | — |
Outputs
| name | description |
|---|---|
| repo | The name of the repo in owner/repo pattern |
| data | A JSON object with the data |
| message | A markdown formatted message |
| stale | Amount of stale issues. 0 if none found. |