Dictionary doesn't show more than 10 entries for words with multiple meanings #6203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'issue-translator' | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: a631807682/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
match-languages: cmn,rus | |
min-match-percent: 0.08 | |
modify-title: true | |
modify-body: true | |
modify-comment: true | |
comment-note: Bot detected the issue body's language is not English, translate it automatically. |