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