chore: 移除因勾选"我未仔细阅读"的自动回复 增加文档描述 (#12875)

* chore: 移除自动回复

* docs: 添加issue-not-reading-checker的描述
This commit is contained in:
Lemon-miaow
2025-06-03 22:10:31 +08:00
committed by GitHub
parent 76fcb3e472
commit c697cd84cd
2 changed files with 5 additions and 8 deletions

View File

@@ -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'
});