diff --git a/gerrit/acls/openstack/stx-governance.config b/gerrit/acls/openstack/stx-governance.config new file mode 100644 index 0000000000..1547883b68 --- /dev/null +++ b/gerrit/acls/openstack/stx-governance.config @@ -0,0 +1,37 @@ +[access "refs/heads/*"] +abandon = group Change Owner +abandon = group Project Bootstrappers +abandon = group stx-tech-steering-committee-secretary +exclusiveGroupPermissions = abandon label-Workflow +label-Rollcall-Vote = -1..+1 group stx-tech-steering-committee +label-Workflow = -1..+0 group Change Owner +label-Workflow = -1..+1 group Project Bootstrappers +label-Workflow = -1..+1 group stx-tech-steering-committee-secretary + +[access "refs/tags/*"] +pushSignedTag = group stx-tech-steering-committee-secretary + +[label "Code-Review"] +copyAllScoresOnTrivialRebase = true +defaultValue = 0 +function = NoOp +value = -2 Unused -2 +value = -1 This patch needs further work before it can be merged +value = 0 No score +value = +1 Looks good to me +value = +2 Unused +2 + +[label "Rollcall-Vote"] +copyAllScoresOnTrivialRebase = true +defaultValue = 0 +function = NoOp +value = -1 No +value = 0 Abstain +value = +1 Yes + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 58ac17ab1f..b913af8966 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -7009,6 +7009,14 @@ cgit-alias: site: git.starlingx.io path: stx-fault +- project: openstack/stx-governance + description: StarlingX Governance Documentation + use-storyboard: true + groups: + - starlingx + cgit-alias: + site: git.starlingx.io + path: stx-governance - project: openstack/stx-gplv2 description: StarlingX GPLv2 licensed upstream packaging use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index acb810cf0d..393987266a 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1322,6 +1322,7 @@ - openstack/stx-distcloud-client - openstack/stx-docs - openstack/stx-fault + - openstack/stx-governance - openstack/stx-gplv2 - openstack/stx-gplv3 - openstack/stx-gui