Skip to content

Commit

Permalink
Create issue_similarity.yml
Browse files Browse the repository at this point in the history
Signed-off-by: JohnserfSeed <[email protected]>
  • Loading branch information
Johnserf-Seed authored Sep 17, 2024
1 parent c6f6c23 commit 9e77bda
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/.github/workflows/issue_similarity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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
with:
filter-threshold: 0.5
comment-title: '### Similarity Issues'
comment-body: '${index}. ${similarity} #${number}'
show-footer: false
show-mentioned: true
since-days: 730

0 comments on commit 9e77bda

Please sign in to comment.