From e8442eedad556fd2580e882a704f73853f1af14f Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Fri, 23 Jun 2023 11:59:30 +0100 Subject: [PATCH] Commenting these out for now because they break build --- integrations/github/src/tasks.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integrations/github/src/tasks.ts b/integrations/github/src/tasks.ts index 092a1ccd5..7a11425da 100644 --- a/integrations/github/src/tasks.ts +++ b/integrations/github/src/tasks.ts @@ -579,8 +579,9 @@ export const listOrgWebhooks: GithubAuthenticatedTask< export const tasks = { createIssue, - addIssueAssignees, - addIssueLabels, + // TODO: figure out why this is breaking build + // addIssueAssignees, + // addIssueLabels, createIssueComment, getRepo, createIssueCommentWithReaction,