From 5683ed55ee3fd508753998f72f952e573867ed2f Mon Sep 17 00:00:00 2001 From: m1lo9 <73717009+m1lo9@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:15:42 +0000 Subject: [PATCH] fix: enable discussion and discussion_comment events in app manifest Handlers for discussion badges (handleDiscussionAddBadge, handleDiscussionCommentAddBadge) were already implemented in src/handlers/badges.ts and registered in src/index.ts, but the corresponding events were commented out in app.yml, so the app never received these webhooks. --- app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yml b/app.yml index 1cc6845..282c0af 100644 --- a/app.yml +++ b/app.yml @@ -24,8 +24,8 @@ default_events: # - gollum - issue_comment - issues - # - discussion_comment - # - discussions + - discussion_comment + - discussions # - label # - milestone # - member