project-config/gerrit/acls/openstack/mistral-lib.config
Lingxian Kong 3c762d187a Change acl for mistral-lib
According to https://docs.openstack.org/infra/manual/creators.html#add-gerrit-permissions,
mistral-lib needs to have its own acl definition as a library, in order
to be tagged and released properly.

Needed-By: Icec6d1a3c483a30e9e3fa3175ed0233053c69daa

Change-Id: I374b51c6c8991e59304afd402dad9f1364e71770
2017-04-07 10:25:37 +00:00

16 lines
334 B
Plaintext

[access "refs/heads/*"]
abandon = group mistral-core
create = group mistral-release
label-Code-Review = -2..+2 group mistral-core
label-Workflow = -1..+1 group mistral-core
[access "refs/tags/*"]
pushSignedTag = group library-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true