chore: Add issue-translator.yml

v3.2
wanghe-fit2cloud 2024-12-18 19:09:01 +08:00
parent 10cb004a5c
commit 4c1f0f7b0f
1 changed files with 14 additions and 0 deletions

View 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 }}