project-config/gerrit/acls/x/stacklight-integration-tests.config
Jeremy Stanley 0d066f954d Remove unsigned tagging permission from projects
Now that we have a fix in place for Gerrit's tag signature detection
regression, remove the unsafe permission for pushing unsigned tags
to return everything to the state we had prior to the 3.4 upgrade.

Change-Id: Ia9afb5fb4be311cca59d3e1cf3b7bc611184fe15
2022-01-25 17:41:19 +00:00

19 lines
524 B
Plaintext

[access "refs/for/refs/*"]
pushMerge = group stacklight-integration-tests-release
[access "refs/heads/*"]
abandon = group stacklight-integration-tests-core
create = group stacklight-integration-tests-release
label-Code-Review = -2..+2 group stacklight-integration-tests-core
label-Workflow = -1..+1 group stacklight-integration-tests-core
[access "refs/tags/*"]
createSignedTag = group stacklight-integration-tests-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true