Skip to content

Commit

Permalink
Create issue_similarity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tangge233 committed Oct 23, 2024
1 parent c2d20e4 commit 4a2666a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .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: Issues Similarity Analysis
uses: actions-cool/[email protected]
with:
filter-threshold: 0.75
comment-title: '### 反馈重复性检测 | Issues Similarity Analysis'
comment-body: '${index}. ${similarity} #${number}'
show-footer: false
show-mentioned: true
since-days: 730

0 comments on commit 4a2666a

Please sign in to comment.