mirror of https://github.com/yt-dlp/yt-dlp.git
Revert "[misc] Add automatic duplicate issue detection"
This reverts commit 15b2d3db1d
.
This commit is contained in:
parent
3f756c8c40
commit
a4486bfc1d
|
@ -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}}
|
|
Loading…
Reference in New Issue