legorooj/Skip CI action

A GitHub action to skip CI when the commit message contains [skip ci] (or another RegEx pattern)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
patternThe RegEx pattern to search the commit message foryes(\[skip[\s\-](ci|actions|ga)|(ci|actions|ga)[\s\-]skip\])
tokenThe GitHub token used to authenticate requests to the GitHub API.${{ github.token }}
namedescription
canSkipWhether or not your action should skip