Преглед изворни кода

Add more events to trigger notification

Matthew Mathias пре 3 година
родитељ
комит
19d681a85b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/notification.yml

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

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