stable
Clone or download
Read-only
request #12156: PR from fork to origin leads to fatal error
Computations are a PR should always been done in the destination repository. Reproduction case: 1. Create a repo "forkme" 2. Push some files in a "master" branch 3. Fork this repo 4. Create a new branch "br1" with a new commit in "forkme" 5. Create a new branch "br2" with a new commit in your fork of "forkme" 6. Create a new PR to ask for the integration of "br2" into "br1" 7. Publish a new commit in "br2", the PR is now broken Change-Id: I35db82bd11a8c5dd2188ab664318189aece18e1d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/include/PullRequest/PullRequestUpdater.php | +12 | −8 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +1 | −1 | Go to diff View file |