brettcannon/Check for Changed Files
Require changed files in a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-pattern | Glob pattern for changed file to check for | yes | — |
| prereq-pattern | Glob pattern that guards whether the action will run | no | ** |
| skip-label | Label to trigger skipping the check | no | "" |
| failure-message | String template used when the check fails | no | the prerequisite file pattern ${prereq-pattern} matched changed files in the pull request, but the ${file-pattern} pattern did NOT and the ${skip-label} label is not set |
| token | GitHub token to use to checkout the pull request files. | no | "" |
Outputs
no outputs