Sfoglia il codice sorgente

Update the error-db when a discussion is deleted

Julian Raufelder 1 anno fa
parent
commit
109f5d1faa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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]