16aad55298
The TC confirmed that creating tags (or branches) for repositories in official deliverables should be handled by the release management team through the openstack/releases repository. Yet some ACLs still allow for direct tagging or creating references by some other teams, which can cause process disruption. This removes tagging and branch-creating rights for official deliverables that are already handled by the release management team, or which never released in the past. The tool that generated this patch (and contains the list of remaining team and repository exceptions to the rule) will be posted to the releases repository. Depends-On: https://review.openstack.org/557737 Change-Id: I9feea4a59fccec940a36a7953d35a6f734d86582
15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group openstack-ansible-core
|
|
abandon = group openstack-ansible-os_swift-core
|
|
label-Code-Review = -2..+2 group openstack-ansible-core
|
|
label-Code-Review = -2..+2 group openstack-ansible-os_swift-core
|
|
label-Workflow = -1..+1 group openstack-ansible-core
|
|
label-Workflow = -1..+1 group openstack-ansible-os_swift-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|