legorooj/Skip CI action
A GitHub action to skip CI when the commit message contains [skip ci] (or another RegEx pattern)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | The RegEx pattern to search the commit message for | yes | (\[skip[\s\-](ci|actions|ga)|(ci|actions|ga)[\s\-]skip\]) |
| token | The GitHub token used to authenticate requests to the GitHub API. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| canSkip | Whether or not your action should skip |