From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 (+0000) Subject: Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7e920131a7907bd2a4222896ac75f5db798c92f;p=scm%2Facls%2Fdomain_scm%2Fci_services.git Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' --- diff --git a/project.config b/project.config index d1ba9d7..8c853e8 100644 --- a/project.config +++ b/project.config @@ -47,8 +47,8 @@ forgeAuthor = group SCM / CI Services - Maintainers forgeCommitter = group SCM / CI Services - Integrators forgeCommitter = group SCM / CI Services - Maintainers - pushTag = group SCM / CI Services - Integrators - pushTag = group SCM / CI Services - Maintainers - pushSignedTag = group SCM / CI Services - Integrators - pushSignedTag = group SCM / CI Services - Maintainers push = +force group SCM / CI Services - Maintainers + createTag = group SCM / CI Services - Integrators + createTag = group SCM / CI Services - Maintainers + createSignedTag = group SCM / CI Services - Integrators + createSignedTag = group SCM / CI Services - Maintainers