
Create a new openstack-infra/groups-static-pages project that will act as a content source for static pages of community portal. The content management workflow follows the OpenStack CI review process. Change-Id: I7a2280dfdb0c08df686345806739ed4fe9730d0f
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group groups-static-pages-core
|
|
label-Workflow = -1..+1 group groups-static-pages-core
|
|
[access "refs/tags/*"]
|
|
create = group groups-static-pages-ptl
|
|
pushSignedTag = group groups-static-pages-ptl
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true |