2629b9b09d
we need modfiy tricircle.config to add the rule for adding new stable branch. Change-Id: I2fabff0f78f09693ee580170c3ab643260841bf6
22 lines
527 B
Plaintext
22 lines
527 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group tricircle-core
|
|
create = group tricircle-core
|
|
label-Code-Review = -2..+2 group tricircle-core
|
|
label-Workflow = -1..+1 group tricircle-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group tricircle-core
|
|
create = group tricircle-core
|
|
label-Code-Review = -2..+2 group tricircle-core
|
|
label-Workflow = -1..+1 group tricircle-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group tricircle-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|