enso-org/CI Status Control
'Allows users to skip the CI pipeline based on commit messages or file paths.'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| run-id | The workflow run identifier | yes | — |
| github-token | GitHub authentiction token. | yes | — |
| excluded-paths | A list of paths that should be excluded from CI. | no | [] |
| stop-internally | Whether or not the action should stop the workflow itself. | no | true |
| skip-ci-message | The string in the commit message to skip the CI run. | no | [skip ci] |
Outputs
| name | description |
|---|---|
| stop-code | The behaviour of the action: - `continue` - `cancel` - `skip` - `neutral` - `fail` |