diff options
author | Adam Niedzielski <adamsunday@gmail.com> | 2016-12-09 11:12:38 +0100 |
---|---|---|
committer | Adam Niedzielski <adamsunday@gmail.com> | 2016-12-09 12:10:26 +0100 |
commit | 9190cea21524f936c0ae8a9e754c861f13583fc5 (patch) | |
tree | d211f9276213d7db90d9a7e8f6482172d342b331 /changelogs | |
parent | aa0a7aa3b5ba59b772f4d0c0bd061d278295b01f (diff) | |
download | gitlab-ce-9190cea21524f936c0ae8a9e754c861f13583fc5.tar.gz |
Do not reload diff for merge request made from fork when target branch in fork is updateddo-not-refresh-main-when-fork-target-branch-updated
The target branch of a merge request has to be a branch in the project
for which the merge request is submitted. When a branch changes in a fork,
it does not make sense to reload diffs of merge requests in the upstream
project that use the same branch name as the target branch.
Please note that it does make sense to reload diffs when the source branch
changes.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/do-not-refresh-main-when-fork-target-branch-updated.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/do-not-refresh-main-when-fork-target-branch-updated.yml b/changelogs/unreleased/do-not-refresh-main-when-fork-target-branch-updated.yml new file mode 100644 index 00000000000..12b1460f388 --- /dev/null +++ b/changelogs/unreleased/do-not-refresh-main-when-fork-target-branch-updated.yml @@ -0,0 +1,4 @@ +--- +title: Do not reload diff for merge request made from fork when target branch in fork is updated +merge_request: 7973 +author: |