Files
PackageHub/workflow.config
Nathan Cutler 13d866e2b2
All checks were successful
Patchinfo incident numbering / use-go-action (push) Successful in 18s
workflow.config: add "Labels" definition to the JSON
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2026-02-16 14:13:38 +01:00

25 lines
505 B
Plaintext

{
"Workflows": ["pr"],
"GitProjectName": "products/PackageHub#leap-16.1",
"Organization": "pool",
"Branch": "leap-16.1",
"ManualMergeProject": true,
"Labels": { "StagingAuto": "staging/Backlog" },
"Reviewers": [
"*packagehub-review",
"+legaldb",
"-autogits_obs_staging_bot",
],
"ReviewGroups": [
{
"Name": "packagehub-review",
"Reviewers": [
"bigironman",
"lkocman-factory",
"maxlin_factory",
"smithfarm"
]
}
]
}