mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
chore: 移除因勾选"我未仔细阅读"的自动回复 增加文档描述 (#12875)
* chore: 移除自动回复 * docs: 添加issue-not-reading-checker的描述
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -100,6 +100,10 @@ MAA 借助 Github Action 完成了大量的自动化工作,包括网站的构
|
||||
|
||||
通过正则匹配给各个 Issue 打 Tag,以此来分类标记 Issue 内容,方便查看与管理
|
||||
|
||||
`issue-not-reading-checker.yml`
|
||||
|
||||
通过正则匹配自动关闭勾选“我未仔细阅读”的 Issue
|
||||
|
||||
`stale.yml`
|
||||
|
||||
检查超过 90 天没有活动的 Bug Issue,将其标记并发起通知,7 天后若还没有活动则关闭
|
||||
|
||||
Reference in New Issue
Block a user