CI tags
Appearance
You can add various tags in the commit message to modify the continuous integration behaviour for your merge requests.
Common tags
[ci:skip-ci]
- Do not run the CI for the merge request
pmaports tags
[ci:skip-build]
- Allow skipping the package build step by specifying "
[ci:skip-build]
" in the commit message. In contrary to the usual "skip ci" method, this will still run all the other CI checks. - Introduced in merge request 210
[ci:ignore-count]
- Allow skipping the "too many packages changed" check by specifying "ci:ignore-count" in the commit message.
- Introduced in merge request 210
[ci:skip-vercheck]
- Skip version check
- Introduced in merge request 382