mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
15 lines
354 B
YAML
15 lines
354 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. |