Skip to content

Commit

Permalink
chore: add unused event (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken authored Jul 17, 2023
1 parent 7e669a4 commit 0613d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
if (verbose) console.log(`Event: ${event.name} (${event.id})`)

// Skip unused events
const unusedEvents = ['check_suite', 'push', 'installation_repositories']
const unusedEvents = ['check_suite', 'push', 'installation_repositories', 'commit_comment']
if (unusedEvents.includes(event.name)) return new Response('OK', { status: 200 })

// Log errors for unhandled events
Expand Down

0 comments on commit 0613d38

Please sign in to comment.