xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/issue-open-check.yml
|
|
|
@ -26,9 +26,9 @@ jobs: |
|
|
|
The title of the current issue is not detected, please fill in according to the specifications, thank you! |
|
|
|
|
|
|
|
- if: steps.check.outputs.check-result == 'true' |
|
|
|
uses: actions-cool/issues-similarity-analysis@v1.1.0 |
|
|
|
uses: actions-cool/issues-similarity-analysis@v1 |
|
|
|
with: |
|
|
|
filter-threshold: 0.4 |
|
|
|
filter-threshold: 0.5 |
|
|
|
title-excludes: '🐛[BUG], 👑 [需求], 🧐[问题]' |
|
|
|
comment-title: '### 以下的 Issues 可能会帮助到你 / The following issues may help you' |
|
|
|
show-footer: false |
|
|
|
|