Skip to content

Commit

Permalink
Update commit messages for crowdin and automerge
Browse files Browse the repository at this point in the history
Signed-off-by: Draper <[email protected]>
  • Loading branch information
Drapersniper committed Feb 7, 2023
1 parent c99be45 commit 2756763
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
UPDATE_METHOD: rebase
MERGE_REQUIRED_APPROVALS: '0'
MERGE_METHOD_LABELS: automerge=merge,autosquash=automerge
MERGE_COMMIT_MESSAGE: '[skip ci] Auto Merge'
MERGE_COMMIT_MESSAGE: Auto Merge
MERGE_REMOVE_LABELS: automerge
MERGE_LABELS: automerge
MERGE_FILTER_AUTHOR: github-actions[bot]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
upload_sources: true
upload_translations: false
download_translations: true
commit_message: '[skip ci] Update translations'
pull_request_labels: i18n, translations, automerge
env:
CROWDIN_API_KEY: ${{ secrets.crowdin_token}}
Expand Down
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_API_KEY
base_path: ./
preserve_hierarchy: true
commit_message: '[skip ci] Update translations'
commit_message: Update translations
files:
- source: /**/messages.pot
translation: /%original_path%/%locale%.po
Expand Down

0 comments on commit 2756763

Please sign in to comment.