Current vitrage-dashboard repo has multiple embedded js copies. However these embeded js copies are not allowed by Horizon's official contributor guide. This change aimes to make these js copies to xstatic packages which can be installed by pip and remove all of embedded js copies from vitrage-dashboard repo. Change-Id: I92fef30261a4c17523682fe9c9b3483a759cf500 Needed-By: Ic5506ed6831454b222984f859f829de3cdd6f95c
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group vitrage-dashboard-core
|
|
abandon = group xstatic-core
|
|
label-Code-Review = -2..+2 group vitrage-dashboard-core
|
|
label-Code-Review = -2..+2 group xstatic-core
|
|
label-Workflow = -1..+1 group vitrage-dashboard-core
|
|
label-Workflow = -1..+1 group xstatic-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|