Просмотр исходного кода

Add more events to trigger notification

Matthew Mathias 3 лет назад
Родитель
Сommit
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