From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 (+0000) Subject: Remove force option from 'Push Annotated Tag' permission X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fd973c104f1b8d7ece997907b9fb6b65b2f5b51;p=scm%2Facls%2Fdomain_scm%2Fci_services.git Remove force option from 'Push Annotated Tag' permission The force option on 'Push Annotated Tag' had no effect and is no longer supported. --- diff --git a/project.config b/project.config index 7853b14..d1ba9d7 100644 --- a/project.config +++ b/project.config @@ -48,7 +48,7 @@ forgeCommitter = group SCM / CI Services - Integrators forgeCommitter = group SCM / CI Services - Maintainers pushTag = group SCM / CI Services - Integrators - pushTag = +force group SCM / CI Services - Maintainers + 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