klismannsm/Restrict file changes
Prevent file changes based on a regex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | Github Token to authenticate the github API | yes | — |
| regex | Regex to match the changed files paths (Javascript format) | yes | — |
| allowAddedFiles | Allow new files to be added | no | false |
| allowRemovedFiles | Allow files to be removed | no | false |
| allowAdditions | Allow content to be added | no | false |
| allowDeletions | Allow content to be removed | no | false |
Outputs
no outputs