gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
933 stars 63 forks source link

Prepend [skip ci] to commit messages by default #88

Closed zackproser closed 2 years ago

zackproser commented 2 years ago

Describe the solution you'd like To prevent large git-xargs jobs from generating excessive and potentially expensive continuous integration (CI) jobs, we should prepend [skip ci] to every commit message. We should also provide a new flag --no-skip-ci that allows users to opt-out of this behavior for the given run.