From f92f35cb1357812ee1fc24e6ab28e172f0f179e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E8=81=8A=E7=9A=84=E5=B0=8F=E6=B4=9B?= Date: Sat, 5 Oct 2024 21:53:31 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cdc7e7..483bf01 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ https://github.com/LTY-Followers/LuoTianyiCoverSongLRC/raw/api-services/main/files/歌手英文名称/歌曲名称.lrc -### CDN 镜像 +### GitHub Pages -https://api.luolingxue.us.kg/LuoTianyiCoverSongLRC/api-services/files/歌手英文名称/歌曲名称.lrc +https://lty-followers.github.io/LuoTianyiCoverSongLRC/api-services/files/歌手英文名称/歌曲名称.lrc ### Vercel 镜像(索引未同步,暂不可用) From 5ac89a40196a7ab9d9ed9e6c2a6667a3d6fec467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E8=81=8A=E7=9A=84=E5=B0=8F=E6=B4=9B?= Date: Wed, 6 Nov 2024 18:41:40 +0800 Subject: [PATCH 2/5] Create issuecheck.yml --- .github/workflows/issuecheck.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/issuecheck.yml diff --git a/.github/workflows/issuecheck.yml b/.github/workflows/issuecheck.yml new file mode 100644 index 0000000..08bddd5 --- /dev/null +++ b/.github/workflows/issuecheck.yml @@ -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 From cad809a26535bd0f11bbe0444b8258ba20ab29ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E8=81=8A=E7=9A=84=E5=B0=8F=E6=B4=9B?= Date: Wed, 6 Nov 2024 18:45:47 +0800 Subject: [PATCH 3/5] Update issuecheck.yml --- .github/workflows/issuecheck.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/issuecheck.yml b/.github/workflows/issuecheck.yml index 08bddd5..889cc01 100644 --- a/.github/workflows/issuecheck.yml +++ b/.github/workflows/issuecheck.yml @@ -1,5 +1,8 @@ name: Issues Similarity Analysis +permissions: + contents: write + on: issues: types: [opened, edited] From e9cd0b739cac320f6731e1e3332efee1f41c0551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E8=81=8A=E7=9A=84=E5=B0=8F=E6=B4=9B?= Date: Wed, 6 Nov 2024 21:56:01 +0800 Subject: [PATCH 4/5] Update issuecheck.yml --- .github/workflows/issuecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issuecheck.yml b/.github/workflows/issuecheck.yml index 889cc01..c9cdd1e 100644 --- a/.github/workflows/issuecheck.yml +++ b/.github/workflows/issuecheck.yml @@ -1,7 +1,7 @@ name: Issues Similarity Analysis permissions: - contents: write + issues: write on: issues: From d20ecf8a02572d7c3b7c6df7365eef094d962ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E8=81=8A=E7=9A=84=E5=B0=8F=E6=B4=9B?= Date: Fri, 8 Nov 2024 17:22:13 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issuecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issuecheck.yml b/.github/workflows/issuecheck.yml index c9cdd1e..3b74483 100644 --- a/.github/workflows/issuecheck.yml +++ b/.github/workflows/issuecheck.yml @@ -14,7 +14,7 @@ jobs: - name: Issues Similarity Analysis uses: actions-cool/issues-similarity-analysis@v1.3.2 with: - filter-threshold: 0.7 + filter-threshold: 0.35 comment-title: '反馈检查 | Feedback Check' comment-body: '${index}. ${similarity} #${number}' show-footer: false