[Feature request] Support github forks in github_pr_destination
Open
- Dominant language
- Java
- Stars
- 3.8k
- Forks
- 345
- PR merge metrics
- No merged PRs in 30d
Description
Currently when using [github_pr_destination](https://github.com/google/copybara/blob/master/docs/reference.md#gitgithub_pr_destination), we are able to only raise PR by creating a branch in the destination repo.
destination/branch_name -> destination/main
This issue is a feature request to allow opening PRs from a branch in _Github fork_ of the destination instead of the destination itself.
destination_fork/branch_name -> destination/main
Contributor guide
Assessment
This issue has not been assessed yet.