aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/potential-duplicates.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/potential-duplicates.yml b/.github/workflows/potential-duplicates.yml
deleted file mode 100644
index cfc583186..000000000
--- a/.github/workflows/potential-duplicates.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Potential Duplicates
-on:
- issues:
- types: [opened, edited]
-
-jobs:
- run:
- runs-on: ubuntu-latest
- steps:
- - uses: wow-actions/potential-duplicates@v1
- with:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- label: potential-duplicate
- state: all
- threshold: 0.3
- comment: |
- This issue is potentially a duplicate of one of the following issues:
- {{#issues}}
- - #{{ number }} ({{ accuracy }}%)
- {{/issues}}