[docs]add github action (#22)

This commit is contained in:
tomsun28
2022-03-12 17:22:07 +08:00
committed by GitHub
parent 4ebf408349
commit 84c1f6b348
8 changed files with 175 additions and 0 deletions

12
.github/workflows/issues-translator.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: 'issues-translator'
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.6