Skip to content

Commit

Permalink
Updated Raising Pull Request PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Supriya Miriyala committed Oct 15, 2024
1 parent 05030f9 commit ebfe1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/raise-pull-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ then
export GITHUB_USER=$USER
export GITHUB_TOKEN=$USER_API_KEY
#hub pull-request -m "feat(sdk): Auto-created from '$generator_repo_name' repository PR $pr_number for SDK version v$version" -h $branch_name
gh pr create -m "feat(sdk): Auto-created from '$generator_repo_name' repository PR $pr_number for SDK version v$version" -H $branch_name
gh pr create --title "feat(sdk): Auto-created from '$generator_repo_name' repository PR $pr_number for SDK version v$version" --body "SDK Changes" --base master --head $branch_name

else
echo "No changes to commit"
Expand Down

0 comments on commit ebfe1c2

Please sign in to comment.