Skip to content

Commit

Permalink
Add issue translator (wailsapp#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony authored Sep 23, 2022
1 parent fbf11aa commit 91d0d96
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: tomsun28/[email protected]
with:
IS_MODIFY_TITLE: false
CUSTOM_BOT_NOTE: The issue body's language is not English, translating it automatically...

0 comments on commit 91d0d96

Please sign in to comment.