From 9705e9f7054f46d15cbdadb7882a10041fbedb11 Mon Sep 17 00:00:00 2001 From: Francis <15894826+francisfuzz@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:04:52 -0700 Subject: [PATCH] enhancement: annotate upload_translations opt (#22047) Close https://github.com/github/docs-engineering/issues/977 --- .github/workflows/crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 395005ddfb..f95686cb34 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -27,6 +27,8 @@ jobs: - name: Sync uses: crowdin/github-action@d7f217268068f1244883a993379d62d816f84f25 with: + # This option enables the transfer of existing translations in this project to Crowdin. + # We explicitly set this to `false` since we only want to use the downloaded translations managed by Crowdin. upload_translations: false download_translations: true create_pull_request: true