b13f4951e1
This project is a set of event hooks, which assist in managing the lifecycle of openstack-infra's NPM mirror. At this time, two hooks are implemented: One which exits the registry process as soon as the mirror has been sychronized (so we can run vos release), and a second that sanitizes data from the skimdb, to make sure that it matches what's in the public registry. Change-Id: Ib1e5ac2ea54cceb0d2c853ed134f355396debeb6 Needed-By: I55f5dc0ee7ecaf64c59d6b8f0a7a4c1ff96db2b5
16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group infra-javascript-core
|
|
create = group infra-javascript-release
|
|
label-Code-Review = -2..+2 group infra-javascript-core
|
|
label-Workflow = -1..+1 group infra-javascript-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group infra-javascript-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|