Skip to content

Commit

Permalink
Create issuecheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuliaodexiaoluo authored Nov 6, 2024
1 parent f92f35c commit 5ac89a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/issuecheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Issues Similarity Analysis

on:
issues:
types: [opened, edited]

jobs:
similarity-analysis:
runs-on: ubuntu-latest
steps:
- name: Issues Similarity Analysis
uses: actions-cool/issues-similarity-analysis@v1.3.2
with:
filter-threshold: 0.7
comment-title: '反馈检查 | Feedback Check'
comment-body: '${index}. ${similarity} #${number}'
show-footer: false
show-mentioned: true

0 comments on commit 5ac89a4

Please sign in to comment.