You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
420 B
18 lines
420 B
3 years ago
|
name: Issues Similarity Analysis
|
||
|
|
||
|
on:
|
||
|
issues:
|
||
|
types: [opened, edited]
|
||
|
|
||
|
jobs:
|
||
|
similarity-analysis:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: analysis
|
||
|
uses: actions-cool/issues-similarity-analysis@v1.0.0
|
||
|
with:
|
||
|
filter-threshold: 0.5
|
||
|
title-excludes: ''
|
||
|
comment-title: '### You may look for issues:'
|
||
|
comment-body: '${index}. ${similarity} #${number}'
|