From c57fe48e73b6fc58a4ad6a04a041a93ef5fe99d7 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 29 Jan 2022 15:53:42 +0100 Subject: [PATCH] added the issue translator bot - fixes #5631 --- .github/workflows/issue-translator.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/issue-translator.yml diff --git a/.github/workflows/issue-translator.yml b/.github/workflows/issue-translator.yml new file mode 100644 index 00000000..570d7975 --- /dev/null +++ b/.github/workflows/issue-translator.yml @@ -0,0 +1,15 @@ +name: 'issue-translator' +on: + issue_comment: + types: [created] + issues: + types: [opened] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: tomsun28/issues-translate-action@v2.6 + with: + IS_MODIFY_TITLE: true + CUSTOM_BOT_NOTE: The translator bot has detected that this issue body's language is not English, and has translated it automatically.