From c697cd84cd834c096eda5766eb0182bd608d7e56 Mon Sep 17 00:00:00 2001 From: Lemon-miaow <61692393+Lemon-miaow@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:10:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=9B=A0=E5=8B=BE?= =?UTF-8?q?=E9=80=89"=E6=88=91=E6=9C=AA=E4=BB=94=E7=BB=86=E9=98=85?= =?UTF-8?q?=E8=AF=BB"=E7=9A=84=E8=87=AA=E5=8A=A8=E5=9B=9E=E5=A4=8D=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E6=A1=A3=E6=8F=8F=E8=BF=B0=20(#1287?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 移除自动回复 * docs: 添加issue-not-reading-checker的描述 --- .github/workflows/issue-not-reading-checker.yml | 9 +-------- docs/zh-cn/develop/ci-tutorial.md | 4 ++++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/issue-not-reading-checker.yml b/.github/workflows/issue-not-reading-checker.yml index bd2addcf50..67f264dfee 100644 --- a/.github/workflows/issue-not-reading-checker.yml +++ b/.github/workflows/issue-not-reading-checker.yml @@ -33,13 +33,6 @@ jobs: state: 'closed', state_reason: 'not_planned' }); - - await github.rest.issues.createComment({ - owner: context.repo.owner, - repo: context.repo.repo, - issue_number: context.issue.number, - body: 'This issue has been automatically closed and locked due to the selection of "I did not read carefully."\n\n此 Issue 因勾选"我未仔细阅读"已被自动关闭并锁定' - }); await github.rest.issues.lock({ owner: context.repo.owner, @@ -47,4 +40,4 @@ jobs: issue_number: context.issue.number, lock_reason: 'spam' }); - \ No newline at end of file + diff --git a/docs/zh-cn/develop/ci-tutorial.md b/docs/zh-cn/develop/ci-tutorial.md index b88167eb3a..6ca471d439 100644 --- a/docs/zh-cn/develop/ci-tutorial.md +++ b/docs/zh-cn/develop/ci-tutorial.md @@ -100,6 +100,10 @@ MAA 借助 Github Action 完成了大量的自动化工作,包括网站的构 通过正则匹配给各个 Issue 打 Tag,以此来分类标记 Issue 内容,方便查看与管理 +`issue-not-reading-checker.yml` + +通过正则匹配自动关闭勾选“我未仔细阅读”的 Issue + `stale.yml` 检查超过 90 天没有活动的 Bug Issue,将其标记并发起通知,7 天后若还没有活动则关闭