diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-07-09 14:17:39 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-07-09 14:17:39 +0200 |
commit | 3ffaa439d95a8e57edf14845caf6c5dea60e3a02 (patch) | |
tree | c86eee3ef4d0fc390eac6e6fe4aef47dda410b71 /crowdin.yml | |
parent | 1cebbce39c19944212a6568f3db86ea24c90d056 (diff) | |
download | gitlab-ce-3ffaa439d95a8e57edf14845caf6c5dea60e3a02.tar.gz |
Append `skip ci` to Crowdin commit messages
This is an undocumented feature of the Crowdin configuration.
This will append `[skip ci]` to all commit messages from Crowdin,
avoiding 100s of pipelines to be created.
The pipeline will need to be run manually for these merge requests
instead.
Diffstat (limited to 'crowdin.yml')
-rw-r--r-- | crowdin.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crowdin.yml b/crowdin.yml index 2fa7f4d022a..5f0ee7f61bc 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,6 +1,7 @@ project_identifier: 'gitlab-ee' api_key_env: CROWDIN_API_KEY preserve_hierarchy: true +commit_message: [skip ci] files: - source: /locale/gitlab.pot |