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.
This parameter allows the repository containing the PR branch to be fully specified in the
head_repo
with value oforganization/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