Update api-reports for plugins/scaffolder-backend

Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
This commit is contained in:
Miguel Alexandre
2022-12-09 16:40:32 +01:00
parent 0053d07bee
commit 0f3ae75ee7
+2
View File
@@ -243,6 +243,7 @@ export function createGithubRepoPushAction(options: {
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
requireCodeOwnerReviews?: boolean | undefined;
dismissStaleReviews?: boolean | undefined;
bypassPullRequestAllowances?:
| {
users?: string[];
@@ -388,6 +389,7 @@ export function createPublishGithubAction(options: {
}
| undefined;
requireCodeOwnerReviews?: boolean | undefined;
dismissStaleReviews?: boolean | undefined;
requiredStatusCheckContexts?: string[] | undefined;
requireBranchesToBeUpToDate?: boolean | undefined;
repoVisibility?: 'internal' | 'private' | 'public' | undefined;