Skip to content

Commit

Permalink
feat: add issue translation robot
Browse files Browse the repository at this point in the history
  • Loading branch information
lqxhub committed Mar 8, 2024
1 parent 112cb9b commit 7504ef3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/issue-translator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Issue Translator
on:
issue_comment:
types: [created]
issues:
types: [opened]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: usthe/[email protected]
with:
IS_MODIFY_TITLE: false
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically.

0 comments on commit 7504ef3

Please sign in to comment.