Skip to content

Commit 4c1f0f7

Browse files
chore: Add issue-translator.yml
1 parent 10cb004 commit 4c1f0f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.FIT2CLOUDRD_LLM_CODE_REVIEW_TOKEN }}

0 commit comments

Comments
 (0)