mirror of https://github.com/yt-dlp/yt-dlp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
519 B
YAML
21 lines
519 B
YAML
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.7
|
|
comment: |
|
|
This issue is potentially a duplicate of one of the following issues:
|
|
{{#issues}}
|
|
- #{{ number }} ({{ accuracy }}%)
|
|
{{/issues}}
|