فهرست منبع

Make PR notification less noisy (#176)

mdmathias 3 سال پیش
والد
کامیت
fce284c734
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/pr_notification.yml

+ 1 - 1
.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: