d80b85643b
Allows tripleo-core's to +2/-2 and +A on stable branches. Allows all other users -1/+1 on stable branches. Change-Id: If62eab00698e0671cea1f79860d8088314339d5e
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group tripleo-core
|
|
label-Approved = +0..+1 group tripleo-core
|
|
workInProgress = group tripleo-core
|
|
[access "refs/heads/stable/*"]
|
|
exclusiveGroupPermissions = label-Code-Review label-Approved
|
|
label-Code-Review = -2..+2 group tripleo-core
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Approved = +0..+1 group tripleo-core
|