update api report

Signed-off-by: pmckl <peter.lajos@outlook.com>
This commit is contained in:
pmckl
2025-04-16 00:09:22 +02:00
parent b2b654c56b
commit 6917339006
2 changed files with 2 additions and 0 deletions
@@ -435,6 +435,7 @@ export const createPublishGithubPullRequestAction: (
sourcePath?: string;
token?: string;
reviewers?: string[];
assignees?: string[];
teamReviewers?: string[];
commitMessage?: string;
update?: boolean;
+1
View File
@@ -339,6 +339,7 @@ export const createPublishGithubPullRequestAction: (
sourcePath?: string;
token?: string;
reviewers?: string[];
assignees?: string[];
teamReviewers?: string[];
commitMessage?: string;
update?: boolean;