ci: new issue bot

This commit is contained in:
Noah Hsu
2022-08-10 20:05:39 +08:00
parent 669ccc40a1
commit fda4db71bf
7 changed files with 52 additions and 4 deletions

13
.github/workflows/issue_translate.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Translation Helper
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
jobs:
translate:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/translation-helper@v1.2.0