scribd/Skip required status checks on pull requests.
GitHub Action for skipping required status checks on pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| checks | The status check(s) to skip. | yes | — |
| reason | A short description of why the check was skipped. | — | Skipping Required Check |
| sha | A commit for which to create a status. Only necessary to set if posting to a different repository. | — | ${{ github.sha }} |
| github-token | The GitHub token to use. Only necessary to set if posting to a different repository. | — | ${{ github.token }} |
| repo | The repository to skip the check in. Only necessary to set if posting to a different repository. | — | ${{ github.repository }} |
Outputs
no outputs