diff --git a/.github/workflows/translators-sync.yml b/.github/workflows/translators-sync.yml index ce5feb6d0a7..72e6045b555 100644 --- a/.github/workflows/translators-sync.yml +++ b/.github/workflows/translators-sync.yml @@ -40,7 +40,7 @@ jobs: sudo apt install gh gh auth login --with-token <<< ${{ github.token }} gh pr close "$branch_name" || true - gh pr create --base "translators" --head "binary-com:$branch_name" --body "This is an automated PR designed to keep the translators' branch up to date, ensuring that all newly added strings are available for translation." + gh pr create --base "translators" --title "Update translators branch with master" --head "binary-com:$branch_name" --body "This is an automated PR designed to keep the translators' branch up to date, ensuring that all newly added strings are available for translation."