mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 21:15:35 +03:00
19 lines
549 B
YAML
19 lines
549 B
YAML
|
'name': 'potential-duplicates'
|
||
|
'on':
|
||
|
'issues':
|
||
|
'types':
|
||
|
- 'opened'
|
||
|
'jobs':
|
||
|
'run':
|
||
|
'runs-on': 'ubuntu-latest'
|
||
|
'steps':
|
||
|
- 'uses': 'wow-actions/potential-duplicates@v1'
|
||
|
'with':
|
||
|
'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}'
|
||
|
'state': 'all'
|
||
|
'threshold': 0.6
|
||
|
'comment': |
|
||
|
Potential duplicates: {{#issues}}
|
||
|
* [#{{ number }}] {{ title }} ({{ accuracy }}%)
|
||
|
{{/issues}}
|