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

Add support for head_repo param for PR creation #1192

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RadekManak
Copy link

This parameter allows the repository containing the PR branch to be fully specified in the head_repo with value of
organization/repository and using head parameter for the branch name.

This parameter is required when the fork does not have the same name as the original repository. e.g. when the fork repository is in the same organization as the main repository.

Fixes #1190

RadekManak and others added 2 commits August 21, 2024 13:47
This parameter allows the repository containing the PR branch to
be fully specified in the head_repo with value of
`organization/repository` and using head param for the branch name.

This parameter is requried when the fork does not share the name as the
original repository. e.g. when the fork repositry is in the same
organization as the main repository.
@RadekManak
Copy link
Author

Looks like the test requires a new cassette. Is that something I can create?

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.

No support for head_repo parameter to create_pull
1 participant