ChatGPT-Next-Web/.github/workflows/issue-translator.yml

19 lines
502 B
YAML

name: Issue Translator
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'ChatGPTNextWeb/ChatGPT-Next-Web'
permissions:
issues: write
steps:
- uses: usthe/issues-translate-action@b41f55ddc81d7d54bd542a4f289fe28ec081898e # v2.7
with:
IS_MODIFY_TITLE: false
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically.