diff --git a/.github/workflows/issue-translator.yml b/.github/workflows/issue-translator.yml deleted file mode 100644 index 041b906e..00000000 --- a/.github/workflows/issue-translator.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: 'issue-translator' -on: - issue_comment: - types: [created] - issues: - types: [opened] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: tomsun28/issues-translate-action@v2.7 - 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.