From 973290faaf50148dc454a2404989ef2452a384e1 Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Wed, 10 Dec 2025 12:27:19 -0300 Subject: [PATCH] Update app-seaweedfs config A misspelling was introduced in the original commit that created the app-seaweedfs repo [1], which resulted in the wrong core-reviewers group being assigned to both the label-Code-Review and label-Workflow settings. This commit fixes the group name from starlingx-seaweedfs-core to starlingx-app-seaweedfs-core. Story: 2011635 Task: 53363 [1]: https://review.opendev.org/c/openstack/project-config/+/969527 Change-Id: I817b3a827b70695bbb19c213ded44c72234f631e Signed-off-by: Enzo Candotti --- gerrit/acls/starlingx/app-seaweedfs.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gerrit/acls/starlingx/app-seaweedfs.config b/gerrit/acls/starlingx/app-seaweedfs.config index 0796ca10e5..a0c983a623 100644 --- a/gerrit/acls/starlingx/app-seaweedfs.config +++ b/gerrit/acls/starlingx/app-seaweedfs.config @@ -4,8 +4,8 @@ [access "refs/heads/*"] abandon = group starlingx-app-seaweedfs-core create = group starlingx-release - label-Code-Review = -2..+2 group starlingx-seaweedfs-core - label-Workflow = -1..+1 group starlingx-seaweedfs-core + label-Code-Review = -2..+2 group starlingx-app-seaweedfs-core + label-Workflow = -1..+1 group starlingx-app-seaweedfs-core [access "refs/tags/*"] createSignedTag = group starlingx-release