actions-cool/Verify Files Modify

Verify PR files modification.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 20, 2026
Maintenance Recency
Activelast commit Mar 30, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-cool/verify-files-modify@9f38a3b3d324d4d92c88c8a946001522e17ad554 # v1.7.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenSecret GitHub API token to use for making API requests.yes${{ github.token }}
skip-verify-authoritySkip verify by creator authority.
skip-verify-usersSkip verify by github userid.
skip-labelSkip verify by pr label.
skip-contribution-countSkip verify by commits count.
forbid-filesForbid files. Higher than allowed.
forbid-pathsForbid paths. Higher than allowed.
allowed-filesAllowed files.
allowed-pathsAllowed paths.
commentComment when verification success.
comment-markComment mark to find.
assigneesAssignees when verification success.
closeClose PR when verification success.
set-failedWhen hit, whether set failed.

no outputs