Przeglądaj źródła

Update the error-db when a discussion is deleted

Julian Raufelder 1 rok temu
rodzic
commit
109f5d1faa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/error-db.yml

+ 1 - 1
.github/workflows/error-db.yml

@@ -2,7 +2,7 @@ name: Update Error Database
 
 on:
   discussion:
-    types: [created, edited, category_changed, answered, unanswered]
+    types: [created, edited, deleted, category_changed, answered, unanswered]
   discussion_comment:
     types: [created, edited, deleted]