
This is just a minimal viable setup according to the guide [1]. Gate tests will be added subsequently. [1] http://ci.openstack.org/stackforge.html Change-Id: I7f79634a06fddd4b7aa47938a006365204c38c4e
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group tuskar-core
|
|
label-Approved = +0..+1 group tuskar-core
|
|
workInProgress = group tuskar-core
|
|
[access "refs/tags/*"]
|
|
create = group tuskar-core
|
|
pushTag = group tuskar-core
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|