shqear93/Rerun Checks

Rerun specified GitHub checks

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
check-namesComma-separated list of check names to rerun. Pass '*' to rerun every check with a 'failure' conclusion instead of naming each one. yes
github-tokenGitHub tokenyes
target-branchBranch for which checks should be rerun. If not provided, the branch of the pull request that triggered the workflow is used no
page-sizeGitHub API per_page optionno
namedescription
rerun-checksComma-separated list of check names that were successfully rerun
not-found-checksComma-separated list of check names that were not found
already-running-checksComma-separated list of check names that were already running
resultJSON object summarizing the run, for steps that want to parse it instead of splitting the comma-separated outputs: { "rerunChecks": [...], "notFoundChecks": [...], "alreadyRunningChecks": [...] }