diff --git a/src/lib/github/webhooks/index.ts b/src/lib/github/webhooks/index.ts index ef27563..accf929 100644 --- a/src/lib/github/webhooks/index.ts +++ b/src/lib/github/webhooks/index.ts @@ -23,4 +23,4 @@ webhooks.on("repository.created", withGuards(repositoryCreatedCallback)); webhooks.on("star.created", withGuards(starCreatedCallback)); webhooks.on("issue_comment.created", withGuards(commentCreatedCallback)); webhooks.on("pull_request_review_comment.created", withGuards(commentCreatedCallback)); -webhooks.on("projects_v2_item.edited", withGuards(projectItemEditedCallback)); +webhooks.on("projects_v2_item.edited", withGuards(projectItemEditedCallback, { skipRepositoryCheck: true }));