mirror of https://github.com/1Panel-dev/1Panel
chore: Create issue-translator.yml
parent
66e4af2be5
commit
f6e6f9cbfb
|
@ -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
|
Loading…
Reference in New Issue