From da829c10adb33b810647614c11d7f5cd45d821dc Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Fri, 1 Jul 2022 11:06:05 -0700 Subject: [PATCH] Make PR notification less noisy --- .github/workflows/pr_notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_notification.yml b/.github/workflows/pr_notification.yml index 00f27710..7c001037 100644 --- a/.github/workflows/pr_notification.yml +++ b/.github/workflows/pr_notification.yml @@ -2,7 +2,7 @@ name: GSI Chatroom PR Notification on: pull_request: - types: [assigned, opened, ready_for_review, reopened, review_requested] + types: [review_requested] jobs: notify-pull-request: