catalog-backend: mark github multi org reader as stable

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-04 10:31:33 +01:00
parent dc98ba469d
commit f833dd823c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -706,7 +706,7 @@ export type GithubMultiOrgConfig = Array<{
userNamespace: string | undefined;
}>;
// @alpha
// @public
export class GithubMultiOrgReaderProcessor implements CatalogProcessor {
constructor(options: {
integrations: ScmIntegrationRegistry;
@@ -40,10 +40,11 @@ import {
import { buildOrgHierarchy } from '../util/org';
/**
* @alpha
* Extracts teams and users out of a multiple GitHub orgs namespaced per org.
*
* Be aware that this processor may not be compatible with future org structures in the catalog.
*
* @public
*/
export class GithubMultiOrgReaderProcessor implements CatalogProcessor {
private readonly integrations: ScmIntegrationRegistry;