Daniel Gibbs преди 5 години
родител
ревизия
cd44a0e849
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/labeler.yml

+ 2 - 2
.github/workflows/labeler.yml

@@ -1,9 +1,9 @@
 name: "Set Issue Label and Assignee"
 on:
   issues:
-    types: [opened]
+    types: [opened, edited]
   pull_request:
-    typed: [opened]
+    types: [opened, edited]
 
 jobs:
   test: