Signed-off-by: Peiman Jafari <pjafari@skillz.com>
This commit is contained in:
Peiman Jafari
2022-03-15 09:00:18 -07:00
parent b83a019035
commit b724b86048
+12
View File
@@ -137,6 +137,18 @@ export function createGithubActionsDispatchAction(options: {
token?: string | undefined;
}>;
// @public
export function createGithubIssuesLabelAction(options: {
integrations: ScmIntegrationRegistry;
defaultWebhookSecret?: string;
githubCredentialsProvider?: GithubCredentialsProvider;
}): TemplateAction<{
repoUrl: string;
number: number;
labels: string[];
token?: string | undefined;
}>;
// @public
export interface CreateGithubPullRequestActionOptions {
clientFactory?: (