summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2019-09-05 13:40:45 +0200
committerFrancisco Javier López <fjlopez@gitlab.com>2019-09-10 12:56:32 +0200
commitd1ba86645164c7b06eb558bd8a0c78d6cf6a8de6 (patch)
tree26ec9b7e500fb378ad5797db224a501253ab81e8 /changelogs
parent86a3d82298ea9137c467129d1c828b92d7392ecd (diff)
downloadgitlab-ce-d1ba86645164c7b06eb558bd8a0c78d6cf6a8de6.tar.gz
Avoid setting merge request target branch when source if default branchfj-62807-not-prefill-target-branch
In case the source and the target project are the same, the source branch is the default branch, and the target branch is not present, we will avoid prefilling the target branch with the repository default branch. Letting the user decide.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fj-62807-not-prefill-target-branch.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fj-62807-not-prefill-target-branch.yml b/changelogs/unreleased/fj-62807-not-prefill-target-branch.yml
new file mode 100644
index 00000000000..f19634d80b2
--- /dev/null
+++ b/changelogs/unreleased/fj-62807-not-prefill-target-branch.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid prefilling target branch when source branch is the default one
+merge_request: 32701
+author:
+type: other