chore(scaffolder): update API reports
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
@@ -332,7 +332,11 @@ export const createPublishGithubPullRequestAction: (
|
||||
commitMessage?: string | undefined;
|
||||
update?: boolean | undefined;
|
||||
forceFork?: boolean | undefined;
|
||||
gitAuthorName?: string | undefined;
|
||||
gitAuthorName?: string | undefined
|
||||
/**
|
||||
* @public
|
||||
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-server` instead
|
||||
*/;
|
||||
gitAuthorEmail?: string | undefined;
|
||||
forceEmptyGitAuthor?: boolean | undefined;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user