From 41e49be672c2aca2c19152f9393babf758d291ca Mon Sep 17 00:00:00 2001 From: Ramya Parimi <33761166+ramyaparimi@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:38:28 -0600 Subject: [PATCH] Update transfer-to-localization-repo.yml (#22961) * Update transfer-to-localization-repo.yml * Update transfer-to-localization-repo.yml changes as per review Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com> --- .github/workflows/transfer-to-localization-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transfer-to-localization-repo.yml b/.github/workflows/transfer-to-localization-repo.yml index 6294106178..0e34e61a3c 100644 --- a/.github/workflows/transfer-to-localization-repo.yml +++ b/.github/workflows/transfer-to-localization-repo.yml @@ -60,7 +60,7 @@ jobs: OLD_ISSUE: ${{ github.event.issue.html_url }} - name: Comment on the old issue - run: gh issue comment $OLD_ISSUE --body "Thank you for opening this issue! Updates to translated content must be made internally. I have copied your issue to an internal issue, so I will close this issue." + run: gh issue comment $OLD_ISSUE --body "Thanks for opening this issue! Unfortunately, we are not able to accept issues for translated content. Our translation process involves an integration with an external service at crowdin.com, where all translation activity happens. We hope to eventually open up the translation process to the open-source community, but we're not there yet.See https://github.com/github/docs/blob/main/contributing/types-of-contributions.md#earth_asia-translations for more information." env: GITHUB_TOKEN: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}} OLD_ISSUE: ${{ github.event.issue.html_url }}