diff --git a/.github/workflows/bot-issues-translator.yml b/.github/workflows/bot-issues-translator.yml new file mode 100644 index 000000000..2723a6e87 --- /dev/null +++ b/.github/workflows/bot-issues-translator.yml @@ -0,0 +1,19 @@ +name: 'Github Rebot for issues-translator' +on: + issues: + types: [ opened ] + issue_comment: + types: [ created ] +jobs: + translate: + permissions: + issues: write + discussions: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: usthe/issues-translate-action@v2.7 + with: + IS_MODIFY_TITLE: true + BOT_GITHUB_TOKEN: ${{ secrets.GH_PAT }} + CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically. πŸ‘―πŸ‘­πŸ»πŸ§‘β€πŸ€β€πŸ§‘πŸ‘«πŸ§‘πŸΏβ€πŸ€β€πŸ§‘πŸ»πŸ‘©πŸΎβ€πŸ€β€πŸ‘¨πŸΏπŸ‘¬πŸΏ \ No newline at end of file