Browse Source

Update potential-duplicates.yml

Daniel Gibbs 4 years ago
parent
commit
2caea172a3
1 changed files with 1 additions and 1 deletions
  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