File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33# https://help.github.com/articles/about-codeowners
44# https://git-scm.com/docs/gitignore
55
6- / translations / @ github/docs-localization @ github-actions
6+ # Engineering
77* .js @ github/docs-engineering
88/.github / @ github/docs-engineering
99/script / @ github/docs-engineering
1010app.json @ github/docs-engineering
11- crowdin.yml @ github/docs-engineering
1211Dockerfile @ github/docs-engineering
1312package-lock.json @ github/docs-engineering
1413package.json @ github/docs-engineering
1514
15+ # Localization
16+ /.github /workflows /crowdin.yml @ github/docs-localization
17+ /crowdin * .yml @ github/docs-engineering @ github/docs-localization
18+ /translations / @ github/docs-engineering @ github/docs-localization @ github-actions
19+
20+ # Site Policy
1621/content /github /site-policy / @ github/site-policy-admins
1722
1823# Make sure that Octokit maintainers get notified about changes
Original file line number Diff line number Diff line change 1111jobs :
1212 sync_with_crowdin :
1313 name : Sync with Crowdin
14+ if : github.repository == 'github/docs-internal'
1415 runs-on : ubuntu-latest
1516 steps :
1617 - name : Checkout
1920 - name : Sync
20212122 with :
22- upload_translations : true
23+ upload_translations : false
2324 download_translations : true
2425 create_pull_request : true
2526
You can’t perform that action at this time.
0 commit comments