Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(PR-Command): Updated command in Raising Pull Request PR #67

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

supriyamiriyala
Copy link
Collaborator

@supriyamiriyala supriyamiriyala commented Oct 15, 2024

Changed the raising Pull Request command as below
gh pr create --title "PR Title" --body "PR description" --base main --head your-branch

@supriyamiriyala supriyamiriyala merged commit b6eb7ae into master Oct 15, 2024
3 checks passed
@supriyamiriyala supriyamiriyala deleted the fix/sdk/fix-pr-command branch October 15, 2024 07:50
@@ -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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will it accept master as base branch or you need double quotes around it, just curious ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants