From 5808c9755ae8a7cc333960f8ae03a830cf660b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20A=CC=81ngel=20Marti=CC=81n?= Date: Tue, 18 Aug 2020 18:40:59 +0200 Subject: [PATCH] Remove pull_request_review_comment_created method --- src/main.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.sh b/src/main.sh index 80b95d6b..42e04309 100644 --- a/src/main.sh +++ b/src/main.sh @@ -47,8 +47,6 @@ main() { teamwork::pull_request_review_edited elif [ "$event" == "pull_request_review" ] && [ "$action" == "dismissed" ]; then teamwork::pull_request_review_dismissed - elif [ "$event" == "pull_request_review_comment" ] && [ "$action" == "created" ]; then - teamwork::pull_request_review_comment_created elif [ "$event" == "pull_request_review_comment" ] && [ "$action" == "deleted" ]; then teamwork::pull_request_review_comment_deleted elif [ "$event" == "issue_comment" ] && [ "$action" == "created" ]; then