Skip to content

Commit f6e6f9c

Browse files
chore: Create issue-translator.yml
1 parent 66e4af2 commit f6e6f9c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'issue-translator'
2+
on:
3+
issue_comment:
4+
types: [created]
5+
issues:
6+
types: [opened]
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: usthe/[email protected]
12+
with:
13+
IS_MODIFY_TITLE: true
14+
BOT_GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
15+
BOT_LOGIN_NAME: 1Panel-bot

0 commit comments

Comments
 (0)