forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run Crowdin workflow only on private repo and update CODEOWNERS (#16010)
* only run Crowdin workflow on private repo Co-Authored-By: Chiedo John <[email protected]> * organize codeowners for localization-related files Co-Authored-By: Chiedo John <[email protected]> * do not upload translations Co-Authored-By: Chiedo John <[email protected]> Co-authored-by: Chiedo John <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ on: | |
jobs: | ||
sync_with_crowdin: | ||
name: Sync with Crowdin | ||
if: github.repository == 'github/docs-internal' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
|
@@ -19,7 +20,7 @@ jobs: | |
- name: Sync | ||
uses: crowdin/[email protected] | ||
with: | ||
upload_translations: true | ||
upload_translations: false | ||
download_translations: true | ||
create_pull_request: true | ||
|
||
|