From 7c358690fb614eb3fdd7fde14380b58b584f341c Mon Sep 17 00:00:00 2001 From: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com> Date: Fri, 16 Apr 2021 16:00:10 +0800 Subject: [PATCH] Issue robot removes translation content (#5297) Co-authored-by: chenxingchun <438044805@qq.com> --- .github/workflows/issue_robot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/issue_robot.yml b/.github/workflows/issue_robot.yml index 0de698bae6..9ed33065aa 100644 --- a/.github/workflows/issue_robot.yml +++ b/.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