diff --git a/gerrit/acls/openstack/horizon.config b/gerrit/acls/openstack/horizon.config index 98a9f425e7..8f2d263186 100644 --- a/gerrit/acls/openstack/horizon.config +++ b/gerrit/acls/openstack/horizon.config @@ -4,6 +4,7 @@ inheritFrom = openstack/meta-config [access "refs/heads/*"] abandon = group horizon-core label-Code-Review = -2..+2 group horizon-core +label-Review-Priority = -1..+2 group horizon-core label-Verified = -1..+1 group horizon-ci label-Workflow = -1..+1 group horizon-core @@ -22,6 +23,18 @@ label-Workflow = -1..+1 group Project Bootstrappers label-Workflow = -1..+1 group horizon-stable-maint label-Workflow = -1..+1 group stable-maint-core +[label "Review-Priority"] +copyAllScoresIfNoCodeChange = true +copyAllScoresOnTrivialRebase = true +copyMaxScore = true +copyMinScore = true +defaultValue = 0 +function = AnyWithBlock +value = -1 Release Freeze +value = 0 No Priority +value = +1 Important Change +value = +2 Gate Blocker Fix / Urgent Change + [receive] requireChangeId = true requireContributorAgreement = true