Sfoglia il codice sorgente

Make PR notification less noisy (#176)

mdmathias 3 anni fa
parent
commit
fce284c734
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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:
 on:
   pull_request:
   pull_request:
-    types: [assigned, opened, ready_for_review, reopened, review_requested]
+    types: [review_requested]
 
 
 jobs:
 jobs:
   notify-pull-request:
   notify-pull-request: