Merge pull request #29885 from leboncoin/feat-github-minimatch

feat(backend-defaults): use isGlob in GithubUrlReader to match glob patterns
This commit is contained in:
Ben Lambert
2025-05-13 14:40:43 +02:00
committed by GitHub
6 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ If you do so, `default` will be used as provider ID.
- **`catalogPath`** _(optional)_:
Default: `/catalog-info.yaml`.
Path where to look for `catalog-info.yaml` files.
You can use wildcards - `*` or `**` - to search the path and/or the filename.
You can use wildcards - `*`, `**` or a glob pattern supported by [`minimatch`](https://github.com/isaacs/minimatch) - to search the path and/or the filename.
Wildcards cannot be used if the `validateLocationsExist` option is set to `true`.
- **`filters`** _(optional)_:
- **`branch`** _(optional)_: