Commenting these out for now because they break build

This commit is contained in:
Eric Allam
2023-06-23 11:59:30 +01:00
parent a606db25f6
commit e8442eedad
+3 -2
View File
@@ -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,