a2ee99a28c
While a lot of oslo projects have their own core group, not all of them do. Introduce a shared 'oslo.config' file for the latter. We can consider reducing the remaining projects later. Change-Id: I9fbb2db6814026c68849c9823307de4c1bc6a954 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group oslo-core
|
|
label-Code-Review = -2..+2 group oslo-core
|
|
label-Workflow = -1..+1 group oslo-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group stable-maint-core
|
|
label-Code-Review = -2..+2 group stable-maint-core
|
|
label-Workflow = -1..+1 group stable-maint-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|