grafana/Wait for GitHub

Wait for things to happen on GitHub

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub tokenno${{ github.token }}
app-idGitHub App IDno
app-installation-idGitHub App installation IDno
app-private-keyGitHub App private keyno
exclude-checksThe comma-separated names of the checks to exclude statuses of. Only used when wait-for is "ci"no
timeoutTimeout in golang duration formatno5m
intervalRecheck interval (poll this often) in golang duration formatno30s
wait-forWhat to wait for. Valid values: "ci" (wait for CI to finish), "pr" (wait for PR to be merged)yes
ownerGitHub repo ownerno${{ github.repository_owner }}
repoGitHub repo nameno${{ github.event.repository.name }}
refGit ref to checkyes
checks-to-wait-forThe comma-separated names of the checks to wait for. Only used when wait-for is "ci"no
ignore-failed-ciIgnore failed CI checks and continue waiting. Only used when wait-for is "pr". Defaults to falsenofalse
action-retriesNumber of times to retry failed GitHub Actions before failingno0

no outputs