enso-org/CI Status Control

'Allows users to skip the CI pipeline based on commit messages or file paths.'

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
run-idThe workflow run identifieryes
github-tokenGitHub authentiction token.yes
excluded-pathsA list of paths that should be excluded from CI.no[]
stop-internallyWhether or not the action should stop the workflow itself.notrue
skip-ci-messageThe string in the commit message to skip the CI run.no[skip ci]
namedescription
stop-codeThe behaviour of the action: - `continue` - `cancel` - `skip` - `neutral` - `fail`