Bläddra i källkod

Issue robot removes translation content (#5297)

Co-authored-by: chenxingchun <438044805@qq.com>
xingchun-chen 4 år sedan
förälder
incheckning
7c358690fb
1 ändrade filer med 3 tillägg och 0 borttagningar
  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