roryq/Required Checks
Define required checks inside your repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 31, 2025
- License
- None
Pinned Snippet
uses: roryq/required-checks@41fb430dc65d2e0a205f1fc1a760e336b3cdd91e # v1.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| required_workflow_patterns | List of regex patterns to check. | yes | — |
| conditional_path_workflow_patterns | Dictionary of path globs and regex patterns to check. If a commit file matches a path glob then the corresponding patterns will be checked. | — | — |
| token | GitHub token | — | — |
| target_sha | Target SHA. | — | — |
| initial_delay_seconds | Initial delay before polling. | — | — |
| poll_frequency_seconds | Polling frequency. | — | — |
| missing_required_retry_count | Number of times to retry if a required check is missing, for cases where the workflow is still being created. | — | — |
| version | Release version of action to run. | — | — |
Outputs
no outputs