e437d52914
We are setting up the netlify-sandbox project in order to create and test the implementation of a gerrit plugin to netlify CMS such that changes can be submitted to gerrit for review before going live on a netlify CMS powered website. Change-Id: Ib1561a243341995b720473566ab62a57c073128f
17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group netlify-sandbox-core
|
|
create = group netlify-sandbox-release
|
|
label-Code-Review = -2..+2 group netlify-sandbox-core
|
|
label-Verified = -1..+1 group netlify-sandbox-ci
|
|
label-Workflow = -1..+1 group netlify-sandbox-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group netlify-sandbox-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|