diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index 066b201918..46e4576bff 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -169,6 +169,7 @@ export type CreateGithubPullRequestClientFactoryInput = { owner: string; repo: string; token?: string; + throttling?: boolean; }; // @public @@ -391,6 +392,7 @@ export const createPublishGithubPullRequestAction: ({ token?: string | undefined; reviewers?: string[] | undefined; teamReviewers?: string[] | undefined; + throttling?: boolean | undefined; }>; // @public