From 1c1b7f0a84dfc245699c58d7f7c40e2d34a2770c Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Fri, 8 Nov 2024 17:34:12 +0800 Subject: [PATCH] add translate bot --- .github/workflows/translate.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/translate.yml diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml new file mode 100644 index 000000000..311bb18c9 --- /dev/null +++ b/.github/workflows/translate.yml @@ -0,0 +1,15 @@ +name: 'issue-translator' +on: + issue_comment: + types: [created] + issues: + types: [opened] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: usthe/issues-translate-action@v2.7 + with: + IS_MODIFY_TITLE: false + CUSTOM_BOT_NOTE: Sumneko Lua translate bot \ No newline at end of file