From d1ba86645164c7b06eb558bd8a0c78d6cf6a8de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20L=C3=B3pez?= Date: Thu, 5 Sep 2019 13:40:45 +0200 Subject: Avoid setting merge request target branch when source if default 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. --- changelogs/unreleased/fj-62807-not-prefill-target-branch.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/fj-62807-not-prefill-target-branch.yml (limited to 'changelogs') 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 -- cgit v1.2.3