Quellcode durchsuchen

Update potential-duplicates.yml

Daniel Gibbs vor 4 Jahren
Ursprung
Commit
2caea172a3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/potential-duplicates.yml

+ 1 - 1
.github/workflows/potential-duplicates.yml

@@ -1,7 +1,7 @@
 name: Potential Duplicates
 on:
   issues:
-    types: [opened, edited]
+    types: [opened]
 jobs:
   run:
     runs-on: ubuntu-latest