actions-marketplace-validations/Require Conditional Status Checks
Compose multiple (conditional) checks into a single check based on file paths in a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 9, 2022
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/blend_require-conditional-status-checks@ed3eab5e4f7b7ece49e436df9ff22703de050669 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A token that can be used with the GitHub API. | yes | ${{ github.token }} |
| timeout | A maximum duration that the action will wait for other actions to complete. | yes | 30m |
| interval | Interval used when polling until all required checks have completed. | yes | 30s |
| checks-yaml | A structured array of checks (job names) and the corresponding file patterns where those jobs should be required. (Exactly one of `checks-yaml` and `checks-filename` are required.) | no | — |
| checks-filename | A filename containing a structured array of checks (job names) and the corresponding file patterns where those workflows should be required. (Exactly one of `checks-yaml` and `checks-filename` are required.) | no | — |
Outputs
no outputs