From 817f6e0eca59d6ec8ed6c511ac1bcc6b26aa62d58706b01f3dd312065e0817ce Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Fri, 26 Sep 2025 12:01:57 +0200 Subject: [PATCH] Rework review config to include autobuild-review --- _maintainership.json | 2 +- workflow.config | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/_maintainership.json b/_maintainership.json index bdc8b29..895a993 100644 --- a/_maintainership.json +++ b/_maintainership.json @@ -1,3 +1,3 @@ { - "": ["bigironman", "maxlin_factory", "lkocman-factory", "smithfarm"] + "": ["autobuild-review"] } diff --git a/workflow.config b/workflow.config index e2eae8d..d75d108 100644 --- a/workflow.config +++ b/workflow.config @@ -4,10 +4,15 @@ "Organization": "pool", "Branch": "leap-16.0", "ManualMergeProject": true, - "Reviewers": [ "+legaldb", "-autogits_obs_staging_bot" ], + "Reviewers": [ "*autobuild-review", + "+legaldb", + "-autogits_obs_staging_bot", + "-maxlin_factory", + "-lkocman-factory" + ], "ReviewGroups": [ { - "Name": "autobuild", + "Name": "autobuild-review", "Reviewers": [ "atartamo", "dmach", @@ -18,8 +23,8 @@ "smithfarm", "oertel", "bigironman" - ] + ], + "Silent": true } ] } - -- 2.51.1