]> jfr.im git - yt-dlp.git/commitdiff
Revert "[misc] Add automatic duplicate issue detection"
authorpukkandan <redacted>
Wed, 21 Jun 2023 07:05:14 +0000 (12:35 +0530)
committerpukkandan <redacted>
Wed, 21 Jun 2023 18:41:35 +0000 (00:11 +0530)
This reverts commit 15b2d3db1d40b0437fca79d8874d392aa54b3cdd.

.github/workflows/potential-duplicates.yml [deleted file]

diff --git a/.github/workflows/potential-duplicates.yml b/.github/workflows/potential-duplicates.yml
deleted file mode 100644 (file)
index cfc5831..0000000
+++ /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}}