From c8ecdb7461e75199d3eecadb4fd9a464f7424794 Mon Sep 17 00:00:00 2001 From: prince-deriv <82309725+prince-deriv@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:36:59 +0400 Subject: [PATCH] chore: added body message for translation automated PRs (#11222) --- .github/workflows/push_and_pull_crowdin_translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_and_pull_crowdin_translations.yml b/.github/workflows/push_and_pull_crowdin_translations.yml index f2ddf681bcb6..d353d06a1287 100644 --- a/.github/workflows/push_and_pull_crowdin_translations.yml +++ b/.github/workflows/push_and_pull_crowdin_translations.yml @@ -143,5 +143,5 @@ jobs: sudo apt install gh gh auth login --with-token <<< ${{ github.token }} gh pr close "$branch_name" || true - gh pr create --fill --base "master" --head "binary-com:$branch_name" + gh pr create --base "master" --head "binary-com:$branch_name" --body "This is an automated Pull Request designed to synchronize our project's translations with Crowdin. It pushes new strings for translation and pulls completed translations, ensuring our project remains multilingual and up-to-date." fi