Browse Source

Update the error-db when a discussion is deleted

Julian Raufelder 1 năm trước cách đây
mục cha
commit
109f5d1faa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]