-
-
Notifications
You must be signed in to change notification settings - Fork 186
25 lines (23 loc) · 974 Bytes
/
potential-duplicate-issues.yml
File metadata and controls
25 lines (23 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: Potential Duplicate Issues
on:
issues:
types: [opened, edited]
jobs:
run:
runs-on: depot-ubuntu-latest
steps:
- uses: wow-actions/potential-duplicates@4d4ea0352e0383859279938e255179dd1dbb67b5 #v1.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
filter: ""
exclude: "regression"
label: potential-duplicate
state: all
threshold: 0.6
reactions: "confused"
comment: |
We have found issues that are potential duplicates: {{#issues}}
- #{{ number }} ({{ accuracy }}%)
{{/issues}}
If any of the issues listed above are a duplicate, please consider closing this issue & upvoting/commenting the original one.
Doing so will help prioritize bugs and features.