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'