Test a different format for commit messages
jdarwood007

jdarwood007 commited on 2023-05-07 15:05:46
Showing 1 changed files, with 4 additions and 0 deletions.

... ...
@@ -3,6 +3,10 @@ api_token_env: CROWDIN_API_TOKEN
3 3
 base_path: .
4 4
 base_url: 'https://api.crowdin.com'
5 5
 preserve_hierarchy: 1
6
+commit_message: "New translations for %language%"
7
+append_commit_message: false
8
+pull_request_title: "Crowdin Language Update"
9
+pull_request_labels: Translate
6 10
 files:
7 11
   - source: sd_language/SimpleDesk.english.php
8 12
     translation: /sd_language/SimpleDesk.%language%.php
9 13