Add Gerrit ACLs for clouddocs maven plugin project
* .../files/gerrit/acls/stackforge/clouddocs-maven-plugin.config: The ACL file for the clouddocs maven plugin project was missed during the initial change to import this project. Add the ACL file to fix group creation for clouddocs-maven-plugin. Change-Id: Ia6c19cd39a6c1179defdcbeea91e484b60f6e030
This commit is contained in:
parent
417c97f4e1
commit
baac41b128
@ -0,0 +1,16 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
owner = group Administrators
|
||||||
|
create = group clouddocs-maven-plugin-core
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group clouddocs-maven-plugin-core
|
||||||
|
label-Approved = +0..+1 group clouddocs-maven-plugin-core
|
||||||
|
workInProgress = group clouddocs-maven-plugin-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushTag = group clouddocs-maven-plugin-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
Loading…
x
Reference in New Issue
Block a user