Răsfoiți Sursa

Add more events to trigger notification

Matthew Mathias 3 ani în urmă
părinte
comite
19d681a85b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/notification.yml

+ 1 - 1
.github/workflows/notification.yml

@@ -2,7 +2,7 @@ name: GSI Chatroom PR Notification
 
 
 on:
 on:
   pull_request:
   pull_request:
-    types: [opened, reopened]
+    types: [assigned, opened, ready_for_review, reopened, review_requested]
   push:
   push:
     branches:
     branches:
       - main
       - main