Fix release permissions on oslo library projects
Give oslo-core permission to tag releases for oslo.config and oslo.sphinx. Change-Id: I4a5edb6c9a54ceda9b08c2707e1fe8da02caa85e Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> Reviewed-on: https://review.openstack.org/35538 Reviewed-by: Mark McLoughlin <markmc@redhat.com> Reviewed-by: Khai Do <zaro0508@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
8bc65b3926
commit
a716ec718d
@ -4,6 +4,9 @@
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Approved = +0..+1 group oslo-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-core
|
||||
pushTag = group oslo-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -4,6 +4,9 @@
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Approved = +0..+1 group oslo-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-core
|
||||
pushTag = group oslo-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
Loading…
Reference in New Issue
Block a user