Skip to content

Commit

Permalink
feat: add GitHub Actions workflow for automatic issue translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Dec 9, 2024
1 parent aefb3be commit 17e49aa
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:
translate_issue:
runs-on: ubuntu-latest
steps:
- uses: usthe/[email protected]
with:
IS_MODIFY_TITLE: true
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically.

0 comments on commit 17e49aa

Please sign in to comment.