Browse Source

Issue robot removes translation content (#5297)

Co-authored-by: chenxingchun <438044805@qq.com>
pull/3/MERGE
xingchun-chen 4 years ago committed by GitHub
parent
commit
7c358690fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/issue_robot.yml

3
.github/workflows/issue_robot.yml

@ -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

Loading…
Cancel
Save