dongchengjie/workflow-runs-cleaner
A github action designed for bulk deletion of workflow runs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Github repository(should contain both owner and repo) | yes | — |
| token | Github token(requires access to workflows) | yes | — |
| event-filter | Filter workflow runs based on their event type.Refer to https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows for available values. | no | "" |
| status-filter | Filter workflow runs according to their status(format: success, failure).Refer to Refer to https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository for available values. | no | "" |
| branch-filter | Filter workflow runs based on their branch. | no | "" |
| actor-filter | Filter workflow runs based on their actor. | no | "" |
| maintain-span | Retain the most recent span workflow runs (h for hours, d for days, w for weeks, m for months, y for years).\ It conflicts with filters above. | no | "" |
Outputs
no outputs