Issue robot removes translation content (#5297)

Co-authored-by: chenxingchun <438044805@qq.com>
This commit is contained in:
xingchun-chen 2021-04-16 16:00:10 +08:00 committed by GitHub
parent ac15f45b0b
commit 7c358690fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ jobs:
- name: "Translation into English in issue"
uses: ./.github/actions/translation-on-issue
with:
translate-title: true
translate-body: false
- name: "Comment in issue"
uses: ./.github/actions/comment-on-issue