chore: Create issue-translator.yml

This commit is contained in:
王贺 2024-11-29 19:51:11 +08:00 committed by GitHub
parent 66e4af2be5
commit f6e6f9cbfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/issue-translator.yml vendored Normal file
View File

@ -0,0 +1,15 @@
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: true
BOT_GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
BOT_LOGIN_NAME: 1Panel-bot