From 730edecad4f11e92b843529e28a549bbc4cbf6fa Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 22 Jul 2022 19:11:16 +0800 Subject: [PATCH] Update issue-open-check.yml --- .github/workflows/issue-open-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-open-check.yml b/.github/workflows/issue-open-check.yml index 2932023b..eef609ee 100644 --- a/.github/workflows/issue-open-check.yml +++ b/.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