goldendict-ng/.github/workflows/issue-translator.yml

21 lines
537 B
YAML
Raw Normal View History

name: 'issue-translator'
on:
issue_comment:
2023-03-31 10:16:06 +00:00
types: [created,edited]
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
2023-03-24 08:36:35 +00:00
- uses: a631807682/issues-translator@v1.2.1
with:
2023-03-24 08:36:35 +00:00
github-token: ${{ secrets.GITHUB_TOKEN }}
match-languages: cmn
2023-03-26 00:17:41 +00:00
min-match-percent: 0.15
2023-03-24 08:36:35 +00:00
modify-title: true
modify-body: true
modify-comment: true
comment-note: Bot detected the issue body's language is not English, translate it automatically.