Skip to content

Commit

Permalink
Merge pull request #5001 from tangge233/action
Browse files Browse the repository at this point in the history
利用 action bot 进行 issue 查重
  • Loading branch information
LTCatt authored Oct 24, 2024
2 parents c2d20e4 + 4a2666a commit 564ee33
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 564ee33

Please sign in to comment.