Skip to content

Commit

Permalink
chore: added title in the automated PR (deriv-com#11266)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Nov 8, 2023
1 parent c8ecdb7 commit 74a74cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_and_pull_crowdin_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --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."
gh pr create --base "master" --title "Sync Crowdin Translations 📚" --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

0 comments on commit 74a74cc

Please sign in to comment.