Skip to content

Commit 54faae5

Browse files
Mic92Scriptkiddi
authored andcommitted
ignore check_suite events
#120
1 parent 03d3e42 commit 54faae5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nixpkgs_merge_bot/webhook/handler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ def process_event(self, body: bytes) -> None:
5353
handler = issue_comment
5454
case "check_run":
5555
handler = check_run
56+
case "check_suite":
57+
# unhandled
58+
return
5659
case "pull_request_review_comment":
5760
handler = review_comment
5861
case "pull_request_review":

0 commit comments

Comments
 (0)