Adds skip check to crowdin commit messages (#1769)

skip-checks: true

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/1782/head
Omar López 2022-02-10 02:49:58 -07:00 committed by GitHub
parent 0675ff8762
commit aef6b70d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ jobs:
with:
upload_translations: true
download_translations: true
commit_message: |
New Crowdin translations by Github Action
skip-checks: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}