chore: Add issue-translator.yml
This commit is contained in:
parent
10cb004a5c
commit
4c1f0f7b0f
14
.github/workflows/issue-translator.yml
vendored
Normal file
14
.github/workflows/issue-translator.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
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.FIT2CLOUDRD_LLM_CODE_REVIEW_TOKEN }}
|
||||
Loading…
Reference in New Issue
Block a user