update api-report

Signed-off-by: Peiman Jafari <pjafari@skillz.com>
This commit is contained in:
Peiman Jafari
2022-03-03 08:22:02 -08:00
parent 751418ff8a
commit c108a04dd1
+4
View File
@@ -233,6 +233,10 @@ export function createPublishGithubAction(options: {
description?: string | undefined;
access?: string | undefined;
defaultBranch?: string | undefined;
deleteBranchOnMerge: boolean;
allowRebaseMerge: boolean;
allowSquashMerge: boolean;
allowMergeCommit: boolean;
sourcePath?: string | undefined;
requireCodeOwnerReviews?: boolean | undefined;
repoVisibility?: 'internal' | 'private' | 'public' | undefined;