mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
7309a53356
Merge in DNS/adguard-home from upd-github-templates to master Squashed commit of the following: commit 713a98668e5ee1fa3d64881496043b499ad6ac09 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Jun 13 20:10:35 2023 +0300 all: imp github issue templates more commit 308a3fcd5564d7536b6ae1192cd17c04b6752ea1 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Jun 13 19:38:28 2023 +0300 all: imp issue tmpls
18 lines
549 B
YAML
18 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}}
|