2021-10-10 10:58:35 +03:00
|
|
|
name: Potential Duplicates
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: [opened, edited]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
run:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-01-19 17:17:27 +03:00
|
|
|
- uses: wow-actions/potential-duplicates@v1
|
2021-10-10 10:58:35 +03:00
|
|
|
with:
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
label: potential duplicate
|
|
|
|
exclude: |
|
|
|
|
adding
|
|
|
|
add
|
|
|
|
creating
|
|
|
|
create
|
|
|
|
icons
|
|
|
|
icon
|
|
|
|
logos
|
|
|
|
logo
|
|
|
|
missing
|
|
|
|
miss
|
|
|
|
needing
|
|
|
|
need
|
|
|
|
please
|
|
|
|
requesting
|
|
|
|
request
|
2022-01-28 20:54:36 +03:00
|
|
|
project
|
2021-10-10 10:58:35 +03:00
|
|
|
state: all
|
|
|
|
threshold: 0.7
|
|
|
|
comment: |
|
|
|
|
This issue is potentially a duplicate of one of the following issues:
|
|
|
|
{{#issues}}
|
2022-01-19 17:17:27 +03:00
|
|
|
- #{{ number }} ({{ accuracy }}%)
|
2021-10-10 10:58:35 +03:00
|
|
|
{{/issues}}
|