Rework review config to include autobuild-review #141

Merged
bigironman merged 1 commits from eroca/git-pr-workflow AGit into leap-16.0 2025-09-26 12:57:43 +02:00
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
"": ["bigironman", "maxlin_factory", "lkocman-factory", "smithfarm"]
"": ["autobuild-review"]
}

View File

@@ -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
}
]
}