forked from XiaoMo/ChatGPT-Next-Web
16 lines
360 B
YAML
16 lines
360 B
YAML
|
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: Bot detected the issue body's language is not English, translate it automatically.
|