baac41b128
* .../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
17 lines
553 B
Plaintext
17 lines
553 B
Plaintext
[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
|