239fc7f8f8
os-http is a CLI for making raw http requests against OpenStack services for development purposes. It handles the standard authentication and discovery process so that you can focus on the response. Change-Id: I2767bdc395f686199fa6547dc9229b5c2b2711b1
15 lines
303 B
Plaintext
15 lines
303 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group os-http-core
|
|
label-Code-Review = -2..+2 group os-http-core
|
|
label-Workflow = -1..+1 group os-http-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group os-http-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|