Support [skip circleci] in Commit Messages
K
Kunal Jain
This request is to support
[skip circleci]
in commit messages. This is in addition to [skip ci]
which we already support.[skip ci]
should be used to skip CI builds.Many users would like to, in certain circumstances, skip a specific CI provider when they are using multiple. This is where [skip circleci]
comes in.Discuss Request: https://discuss.circleci.com/t/adding-circle-skip-to-commit-message-to-skip/2778CCI-I-742
R
Ras Suleimenov
It would be very-very helpful to support this feature.
Adding unique keywords other than [skip ci] and [ci skip], due to fact that it overlaps with same values of Github: https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
Use case:
When we want to run Github Workflows on PR (tiny helpers), but skip all energy & time consuming build & test operations on Circle CI, knowing that it is going to fail or that results are irrelevant.
Feature has been requested long time ago it seems, please, prioritize if possible 🙏