From 8ad61af14263dce32c413a86f1789e84953bf87e Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 26 Feb 2021 16:53:21 +0800 Subject: [PATCH] ci: update translation helper --- .github/workflows/translate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 053672dd16..85b390c24b 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -13,6 +13,8 @@ jobs: - name: issue if: github.event_name == 'issues' uses: actions-cool/translation-helper@v1.1.1 + with: + translate-body: false - name: pr if: github.event_name == 'pull_request_target'