Skip to content

Commit

Permalink
feat:add issue translation robot (OpenAtomFoundation#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqxhub authored and liuyuecai committed Mar 14, 2024
1 parent 2864f81 commit 736199c
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/issues-translate-action@v2.7
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 736199c

Please sign in to comment.