summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-03-21 19:11:06 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-03-21 19:53:04 +0800
commit438485ef88c762b59ee9fb6089d8b7256554fe24 (patch)
treebe68b7349d3b758c18826f77bd72528b6d2bc4ad /changelogs
parent6811f1aca57b0216a16195804d9b453fe1796baa (diff)
downloadgitlab-ce-438485ef88c762b59ee9fb6089d8b7256554fe24.tar.gz
Allow users to create protected branches via CLI
This is for fixing a regression introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24969 This fix will allow users who are allowed to push to protected branches to create protected branches via CLI as well, just like before. The checks for protected branch creation won't need to run.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml b/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml
new file mode 100644
index 00000000000..76dd63fef7a
--- /dev/null
+++ b/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml
@@ -0,0 +1,6 @@
+---
+title: Allow users who can push to protected branches to create protected branches
+ via CLI
+merge_request: 26413
+author:
+type: fixed