actions-cool/Verify Files Modify
Verify PR files modification.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Activelast commit Mar 30, 2026
- License
- MIT
Pinned Snippet
uses: actions-cool/verify-files-modify@9f38a3b3d324d4d92c88c8a946001522e17ad554 # v1.7.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| skip-verify-authority | Skip verify by creator authority. | — | — |
| skip-verify-users | Skip verify by github userid. | — | — |
| skip-label | Skip verify by pr label. | — | — |
| skip-contribution-count | Skip verify by commits count. | — | — |
| forbid-files | Forbid files. Higher than allowed. | — | — |
| forbid-paths | Forbid paths. Higher than allowed. | — | — |
| allowed-files | Allowed files. | — | — |
| allowed-paths | Allowed paths. | — | — |
| comment | Comment when verification success. | — | — |
| comment-mark | Comment mark to find. | — | — |
| assignees | Assignees when verification success. | — | — |
| close | Close PR when verification success. | — | — |
| set-failed | When hit, whether set failed. | — | — |
Outputs
no outputs