Skip to content

Commit

Permalink
feat (workflow): auto translate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
reycn committed Dec 18, 2024
1 parent 549e796 commit 4e2e12e
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: true
CUSTOM_BOT_NOTE: The issue has been automatically translated into English.

0 comments on commit 4e2e12e

Please sign in to comment.