chore(events,catalog/github): update docs from review comment
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ type Repository = {
|
||||
url: string;
|
||||
isArchived: boolean;
|
||||
repositoryTopics: string[];
|
||||
defaultBranchRef: string | null;
|
||||
defaultBranchRef?: string;
|
||||
isCatalogInfoFilePresent: boolean;
|
||||
};
|
||||
|
||||
@@ -213,7 +213,7 @@ export class GithubEntityProvider implements EntityProvider, EventSubscriber {
|
||||
return {
|
||||
url: r.url,
|
||||
name: r.name,
|
||||
defaultBranchRef: r.defaultBranchRef?.name || null,
|
||||
defaultBranchRef: r.defaultBranchRef?.name,
|
||||
repositoryTopics: r.repositoryTopics.nodes.map(t => t.topic.name),
|
||||
isArchived: r.isArchived,
|
||||
isCatalogInfoFilePresent:
|
||||
|
||||
Reference in New Issue
Block a user