actions-marketplace-validations/Wait for Green

Wait for commit statuses and checks to become green

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenLikely secrets.GITHUB_TOKEN.yes
commitCommit hash to check. Defaults to $GITHUB_HEAD_REF ?? $GITHUB_SHA.no
ignored_checksEither a comma-separated list of check/status names to ignore or a regex wrapped in /.../.no
check_intervalHow often to check for status checks, in seconds. Defaults to 10. Useful if you are running this action in many places and are getting rate limited.no
max_attemptsHow many times to check statuses and checks before timing out. Defaults to 1000.no
namedescription
success"true" if all statuses are successful or skipped and "false" otherwise