actions-marketplace-validations/Ensure Files Changed
Ensures files specified were changed in a PR, or can be used to ensure files were not changed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| require-changes-to | A list of files (or glob patterns) that represent the files that should be modified by a PR. | no | — |
| prevent-changes-to | A list of files (or glob patterns) that represent the files that should not be modified by a PR. | no | — |
| token | The GitHub token used to create an authenticated client. | yes | — |
Outputs
| name | description |
|---|---|
| success | The success of the validated files. |