actions-marketplace-validations/Purge deprecated workflow runs
Delete GH workflow runs that don't have a definition (anymore). Optionally delete cancelled, failed, outdated or skipped runs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token to authenticate on the repository | no | ${{ github.token }} |
| remove-obsolete | Remove obsolete (there is no definition anymore) workflow runs | no | false |
| remove-cancelled | Remove cancelled workflow runs | no | false |
| remove-failed | Remove failed workflow runs | no | false |
| remove-older-than | Remove workflow runs older than specified timeframe | no | "" |
| remove-skipped | Remove skipped workflow runs | no | false |
Outputs
no outputs