Skip to content

Commit c9bdca9

Browse files
committed
ci: simplify crowdin configuration by removing schedule and reviewers
1 parent 22edb67 commit c9bdca9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/crowdin.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Crowdin Action
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 */12 * * *'
75

86
permissions:
97
contents: write
@@ -28,7 +26,6 @@ jobs:
2826
localization_branch_name: l10n_crowdin_${{ github.ref_name }}_translations
2927
create_pull_request: true
3028
crowdin_branch_name: ${{ github.ref_name }}
31-
pull_request_team_reviewers: 'docs-zh'
3229
pull_request_base_branch_name: ${{ github.ref_name }}
3330
base_path: ${{ github.workspace }}
3431
config: .github/crowdin/config.yml

0 commit comments

Comments
 (0)