scribd/Check Commit Status

GitHub Action to confirm commit statuses are their expected values.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
checkThe status check(s) to validate.yes
statusThe expected status. Can be 'error', 'failure', 'pending' or 'success'nosuccess
github-tokenThe GitHub token to use. Only necessary to set if posting to a different repository.yes
repoThe repository to check in. Only necessary to set if posting to a different repository.no${{ github.repository }}
commitThe commit to check.yes${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
namedescription
successThe provided check(s) matches the expected status.