提交 167b8600 编写于 作者: K Kushal Pandya

Initialize Protected tags feature under Repository Settings page

上级 c5c4370a
...@@ -320,6 +320,7 @@ const UserCallout = require('./user_callout'); ...@@ -320,6 +320,7 @@ const UserCallout = require('./user_callout');
case 'projects:repository:show': case 'projects:repository:show':
new gl.ProtectedBranchCreate(); new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList(); new gl.ProtectedBranchEditList();
new gl.ProtectedTagCreate();
break; break;
case 'projects:ci_cd:show': case 'projects:ci_cd:show':
new gl.ProjectVariables(); new gl.ProjectVariables();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册