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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
534 B
YAML
Raw Normal View History

name: 'issue-translator'
on:
issue_comment:
types: [created]
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 }}
2023-06-03 16:23:42 +00:00
match-languages: cmn,rus
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.