style: fix linting issues; add api reports
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
@@ -7,6 +7,6 @@ _This plugin was created through the Backstage CLI_
|
||||
|
||||
## Actions
|
||||
|
||||
* `publish:bitbucketCloud`
|
||||
* `bitbucket:pipelines:run`
|
||||
* `publish:bitbucketCloud:pull-request`
|
||||
- `publish:bitbucketCloud`
|
||||
- `bitbucket:pipelines:run`
|
||||
- `publish:bitbucketCloud:pull-request`
|
||||
|
||||
@@ -42,4 +42,22 @@ export function createPublishBitbucketCloudAction(options: {
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
|
||||
// @public
|
||||
export function createPublishBitbucketCloudPullRequestAction(options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
config: Config;
|
||||
}): TemplateAction<
|
||||
{
|
||||
repoUrl: string;
|
||||
title: string;
|
||||
description?: string | undefined;
|
||||
targetBranch?: string | undefined;
|
||||
sourceBranch: string;
|
||||
token?: string | undefined;
|
||||
gitAuthorName?: string | undefined;
|
||||
gitAuthorEmail?: string | undefined;
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user