Merge pull request #29139 from pfrybar/patch-2

add missing parameter from github catalog config definition
This commit is contained in:
Vincenzo Scamporlino
2025-03-21 15:43:40 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Added `validateLocationsExist` to the config definition where it was missing.
+5
View File
@@ -71,6 +71,11 @@ export interface Config {
* Default: `/catalog-info.yaml`.
*/
catalogPath?: string;
/**
* (Optional) Whether to validate locations that exist before emitting them.
* Default: `false`.
*/
validateLocationsExist?: boolean;
/**
* (Optional) Filter configuration.
*/