Update generated api-report.md

Signed-off-by: Willy Go <willy.go@iress.com>
This commit is contained in:
Willy Go
2022-09-26 16:32:31 +10:00
parent 72df5f8c51
commit 546ad799c4
+2
View File
@@ -193,6 +193,7 @@ export function createGithubRepoCreateAction(options: {
allowRebaseMerge?: boolean | undefined;
allowSquashMerge?: boolean | undefined;
allowMergeCommit?: boolean | undefined;
allowAutoMerge?: boolean | undefined;
requireCodeOwnerReviews?: boolean | undefined;
requiredStatusCheckContexts?: string[] | undefined;
repoVisibility?: 'internal' | 'private' | 'public' | undefined;
@@ -358,6 +359,7 @@ export function createPublishGithubAction(options: {
allowRebaseMerge?: boolean | undefined;
allowSquashMerge?: boolean | undefined;
allowMergeCommit?: boolean | undefined;
allowAutoMerge?: boolean | undefined;
sourcePath?: string | undefined;
requireCodeOwnerReviews?: boolean | undefined;
requiredStatusCheckContexts?: string[] | undefined;