We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22edb67 commit c9bdca9Copy full SHA for c9bdca9
.github/workflows/crowdin.yml
@@ -2,8 +2,6 @@ name: Crowdin Action
2
3
on:
4
workflow_dispatch:
5
- schedule:
6
- - cron: '0 */12 * * *'
7
8
permissions:
9
contents: write
@@ -28,7 +26,6 @@ jobs:
28
26
localization_branch_name: l10n_crowdin_${{ github.ref_name }}_translations
29
27
create_pull_request: true
30
crowdin_branch_name: ${{ github.ref_name }}
31
- pull_request_team_reviewers: 'docs-zh'
32
pull_request_base_branch_name: ${{ github.ref_name }}
33
base_path: ${{ github.workspace }}
34
config: .github/crowdin/config.yml
0 commit comments