From 4c05c46cb4b15a78133ebdb58d9118ed7a9b64cb Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Sat, 27 Feb 2021 13:49:50 +0800 Subject: [PATCH] ci: update translation helper (#3727) --- .github/workflows/translate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 053672dd1..85b390c24 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'