Skip to content

Commit

Permalink
chore: added body message for translation automated PRs (deriv-com#11222
Browse files Browse the repository at this point in the history
)
  • Loading branch information
prince-deriv authored Nov 8, 2023
1 parent 1bc9237 commit c8ecdb7
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 --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

0 comments on commit c8ecdb7

Please sign in to comment.