igorjs/Clean Workflow Action

Clean workflow run logs based on configuration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe token to use to access the GitHub APIno${{ github.token }}
ownerThe owner of the repositoryno${{ github.repository_owner }}
repoThe name of the repositoryno${{ github.repository }}
days_oldThe amount of days old to deleteno7
runs_older_thanThe amount of days for a workflow run, since its last rerun, be considered oldno7
runs_to_keepThe amount of latest workflows runs to keepno0
workflow_namesComma-separated list of workflow names to filter (empty = all workflows)no""
dry_runDry run mode - preview deletions without actually deletingnofalse
namedescription
resultThe number of workflows deleted (deprecated, use runs-deleted)
total-runs-foundTotal number of workflow runs found
runs-deletedNumber of runs successfully deleted
runs-failedNumber of runs that failed to delete
total-api-requestsTotal number of API requests made
successful-requestsNumber of successful API requests
failed-requestsNumber of failed API requests
retry-attemptsNumber of retry attempts
rate-limit-hitsNumber of times rate limit was hit
circuit-breaker-tripsNumber of times circuit breaker opened