Revert change that introduce groupPatterns and reuse the config groupPattern insteand

Signed-off-by: Alexandre Fournier <vaceal@gmail.com>
This commit is contained in:
Alexandre Fournier
2025-08-17 18:38:18 -04:00
parent a715103301
commit e320e2e183
12 changed files with 140 additions and 129 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ catalog:
skipForkedRepos: false # Optional. If the project is a fork, skip repository
includeArchivedRepos: false # Optional. If project is archived, include repository
group: example-group # Optional. Group and subgroup (if needed) to look for repositories. If not present the whole instance will be scanned
groupPatterns: # Optional. Filters for groups based on a list of RegEx. Default, no filters.
groupPattern: # Optional. Filters for groups based on a list of RegEx. Default, no filters.
- '^somegroup$'
- 'anothergroup'
entityFilename: catalog-info.yaml # Optional. Defaults to `catalog-info.yaml`