
Here we'll be import a role to manage nginx. We currently use nginx as the frontend webserver to jenkins. We've enabled IRC notification for the windmill channel and gate tests. Change-Id: I5ee507ca5981917b3059cacca2234f5c81ce558e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group ansible-role-nginx-core
|
|
label-Code-Review = -2..+2 group ansible-role-nginx-core
|
|
label-Workflow = -1..+1 group ansible-role-nginx-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group ansible-role-nginx-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|