We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311d1de commit 3cafe1eCopy full SHA for 3cafe1e
.github/workflows/crowdin.yaml
@@ -22,10 +22,7 @@ jobs:
22
upload_translations: false
23
download_translations: true
24
localization_branch_name: l10n_crowdin_translations
25
- create_pull_request: true
26
- pull_request_title: 'New Crowdin Translations'
27
- pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
28
- pull_request_base_branch_name: 'main'
+ create_pull_request: false
29
env:
30
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments