Changes in public API
Signed-off-by: Danylo Hotvianskyi <danilgotvyansky@gmail.com>
This commit is contained in:
@@ -136,6 +136,27 @@ export function createGithubEnvironmentAction(options: {
|
||||
'v2'
|
||||
>;
|
||||
|
||||
// @public
|
||||
export function createGithubIssuesCreateAction(options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
githubCredentialsProvider?: GithubCredentialsProvider;
|
||||
}): TemplateAction<
|
||||
{
|
||||
repoUrl: string;
|
||||
title: string;
|
||||
body?: string | undefined;
|
||||
assignees?: string[] | undefined;
|
||||
milestone?: string | number | undefined;
|
||||
labels?: string[] | undefined;
|
||||
token?: string | undefined;
|
||||
},
|
||||
{
|
||||
issueUrl: string;
|
||||
issueNumber: number;
|
||||
},
|
||||
'v2'
|
||||
>;
|
||||
|
||||
// @public
|
||||
export function createGithubIssuesLabelAction(options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
|
||||
Reference in New Issue
Block a user