Commit 3a040308 authored by Manoj MJ's avatar Manoj MJ

Allow developers to edit/delete tags

parent 219a8ae3
...@@ -493,7 +493,7 @@ describe Gitlab::GitAccess do ...@@ -493,7 +493,7 @@ describe Gitlab::GitAccess do
push_master: true, push_master: true,
push_protected_branch: false, push_protected_branch: false,
push_remove_protected_branch: false, push_remove_protected_branch: false,
push_tag: false, push_tag: true,
push_new_tag: true, push_new_tag: true,
push_all: false, push_all: false,
merge_into_protected_branch: false merge_into_protected_branch: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment