Merge pull request #9329 from gijswijs/docs-skip-ci

clarify skipping the CI checks in the docs
This commit is contained in:
Oliver Gugger
2024-12-04 16:02:02 +01:00
committed by GitHub

View File

@@ -335,7 +335,10 @@ Examples of common patterns w.r.t commit structures within the project:
codebase. codebase.
* If a PR only fixes a trivial issue, such as updating documentation on a * If a PR only fixes a trivial issue, such as updating documentation on a
small scale, fix typos, or any changes that do not modify the code, the small scale, fix typos, or any changes that do not modify the code, the
commit message should end with `[skip ci]` to skip the CI checks. commit message of the HEAD commit of the PR should end with `[skip ci]` to
skip the CI checks. When pushing to such an existing PR, the latest commit
being pushed should end with `[skip ci]` as to not inadvertantly trigger the
CI checks.
## Sign your git commits ## Sign your git commits