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

Commits on Aug 21, 2024

  1. Add support for head_repo param for PR creation

    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 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    42a9ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9e6a0b View commit details
    Browse the repository at this point in the history