Browse Source

Issue robot removes translation content (#5297)

Co-authored-by: chenxingchun <438044805@qq.com>
xingchun-chen 4 years ago
parent
commit
7c358690fb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/issue_robot.yml

+ 3 - 0
.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