Merge pull request #29894 from benjidotsh/catalog/github-filter-archived

feat(catalog-backend-module-github): add filter to include archived repositories
This commit is contained in:
Fredrik Adelöw
2025-05-13 09:49:02 +02:00
committed by GitHub
6 changed files with 70 additions and 12 deletions
+2
View File
@@ -168,6 +168,8 @@ If you do so, `default` will be used as provider ID.
If configured, all repositories _except_ those with one (or more) topics(s) present in the exclusion filter will be ingested.
- **`visibility`** _(optional)_:
An array of strings used to filter results based on their visibility. Available options are `private`, `internal`, `public`. If configured (non empty), only repositories with visibility present in the filter will be ingested
- **`allowArchived`** _(optional)_:
Whether to include archived repositories. Defaults to `false`.
- **`host`** _(optional)_:
The hostname of your GitHub Enterprise instance. It must match a host defined in [integrations.github](locations.md).
- **`organization`**: