ソースを参照

Update labeler.yml

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: