-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Pull Request - From Fork
-
None
-
2
-
Severity 3 - Minor
-
201
-
Warranty
Issue Summary
Sometimes merging a pull request from a fork inadvertently changes the main branch of the upstream repository to the destination branch of the pull request.
Steps to Reproduce
- Create a repository
- For the repository
- Change the main branch of the upstream repository
- From the fork, merge a pull request to the original main branch of the upstream repository
- The main branch of the upstream repository will now be the destination branch of the pull request merged
Expected Results
It's expected no changes in the main branch of the upstream repo after the pull request merge.
Actual Results
The main branch of the upstream repository will be changed to the destination branch of the pull request merged.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
BCLOUD-23587 Changing the main branch of a fork then creating a pull request to the upstream breaks the upstream repository
-
- Closed
-