chore(actions): adjust labels for crowdin
This commit is contained in:
committed by
Oliver Eyton-Williams
parent
643cd81063
commit
b37c493d2f
10
.github/workflows/crowdin-i18n.yml
vendored
10
.github/workflows/crowdin-i18n.yml
vendored
@ -25,17 +25,17 @@ jobs:
|
||||
|
||||
# downloads
|
||||
download_translations: true
|
||||
commit_message: "chore(docs,i8n): processed translations from crowdin"
|
||||
commit_message: 'chore(docs,i8n): processed translations from crowdin'
|
||||
|
||||
# pull-request
|
||||
localization_branch_name: i18n-sync-docs
|
||||
create_pull_request: true
|
||||
pull_request_title: "chore(docs,i8n): processed translations from crowdin"
|
||||
pull_request_body: ""
|
||||
pull_request_labels: "scope: i18n, scope: docs, crowdin-sync"
|
||||
pull_request_title: 'chore(docs,i8n): processed translations from crowdin'
|
||||
pull_request_body: ''
|
||||
pull_request_labels: 'scope: i18n, scope: docs, bot: crowdin-sync'
|
||||
|
||||
# global options
|
||||
config: "./docs/crowdin.yml"
|
||||
config: './docs/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
|
Reference in New Issue
Block a user