Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author🙈 jacopo beschi 🙉 <intrip@gmail.com>2019-09-12 13:23:24 +0300
committerRémy Coutable <remy@rymai.me>2019-09-12 13:23:24 +0300
commit58de7d8f485d34861b077575da29a7cc1ba49bc1 (patch)
tree0364a41e6dfdc806265536bbac913f8053be199a /changelogs
parent5abf3186d408752901621aa4fb7054396128c8ce (diff)
Fix create MR from issue using a tag as ref
Creating a MR from an issue using a tag as ref correctly creates the source branch starting from the tag.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/50847-automatically-created-mr-uses-wrong-source-branch-when-branching-fr.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/50847-automatically-created-mr-uses-wrong-source-branch-when-branching-fr.yml b/changelogs/unreleased/50847-automatically-created-mr-uses-wrong-source-branch-when-branching-fr.yml
new file mode 100644
index 00000000000..85582880923
--- /dev/null
+++ b/changelogs/unreleased/50847-automatically-created-mr-uses-wrong-source-branch-when-branching-fr.yml
@@ -0,0 +1,5 @@
+---
+title: Fix create MR from issue using a tag as ref
+merge_request: 32392
+author: Jacopo Beschi @jacopo-beschi
+type: fixed