Skip to content

Commit 3cafe1e

Browse files
committed
fix: disable pull request
1 parent 311d1de commit 3cafe1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/crowdin.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
upload_translations: false
2323
download_translations: true
2424
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'
25+
create_pull_request: false
2926
env:
3027
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
3128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)