Skip to content

Commit

Permalink
feat: add issue translation robot (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqxhub authored Mar 9, 2024
1 parent 112cb9b commit 0f25fab
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 0f25fab

Please sign in to comment.