Update api-report.md
Signed-off-by: Pascal Haakmat <pascalhaakmat@funda.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user