浏览代码

Make PR notification less noisy

Matthew Mathias 3 年之前
父节点
当前提交
da829c10ad
共有 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: