From 1ed5ea49f160c1d076979467b59ca53f6425c19c Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Tue, 18 Oct 2022 13:09:25 +0200 Subject: [PATCH] Add job to close translation PRs (#3730) --- .github/workflows/automatic-issue-responses.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/automatic-issue-responses.yml b/.github/workflows/automatic-issue-responses.yml index 8fb18f6b1d..16eefb03d2 100644 --- a/.github/workflows/automatic-issue-responses.yml +++ b/.github/workflows/automatic-issue-responses.yml @@ -62,3 +62,14 @@ jobs: As we haven’t heard from you about this problem in some time, this issue will now be closed. If this happens again or continues to be an problem, please respond to this issue with any additional detail to assist with reproduction and root cause analysis. + # Translation PR / Crowdin + - if: github.event.label.name == 'translation-pr' + name: Translation-PR + uses: peter-evans/close-issue@849549ba7c3a595a064c4b2c56f206ee78f93515 # v2.0.0 + with: + comment: | + We really appreciate you taking the time to improve our translations. + + However we use a translation tool called [Crowdin](https://crowdin.com/) to help manage our localization efforts across many different languages. Our translations can only be updated using Crowdin, so we'll have to close this PR, but would really appreciate if you'd consider joining our awesome translation community over at Crowdin. + + More information can be found in the [localization section](https://contributing.bitwarden.com/contributing/#localization-l10n) of our [Contribution Guidelines](https://contributing.bitwarden.com/contributing/)