ci: 更新工作流文件并添加星标历史图表

- 在 Close_Stale_Issues_and_PRs.yaml 中添加英文通知消息
- 在 README.md 和 README_EN.md 中添加星标历史图表
This commit is contained in:
2025-04-29 19:05:13 +08:00
parent 69490e526a
commit 07bb06398c
3 changed files with 12 additions and 0 deletions

View File

@@ -15,12 +15,16 @@ jobs:
with:
stale-issue-message: |
⚠️ 此 Issue 已超过一定时间未活动,如果没有进一步更新,将在 30 天后关闭。
⚠️ This issue has been inactive for a certain period of time. If there are no further updates, it will be closed in 30 days.
close-issue-message: |
🔒 由于长时间未响应,此 Issue 已被自动关闭。如有需要,请重新打开或提交新 issue。
🔒 Due to prolonged inactivity, this issue has been automatically closed. If needed, please reopen it or submit a new issue.
stale-pr-message: |
⚠️ 此 PR 已超过一定时间未更新,请更新,否则将在 30 天后关闭。
⚠️ This PR has not been updated for a certain period of time. Please update it, otherwise it will be closed in 30 days.
close-pr-message: |
🔒 此 PR 已因无更新而自动关闭。如仍需合并,请重新打开或提交新 PR。
🔒 This PR has been automatically closed due to inactivity. If you still wish to merge it, please reopen it or submit a new PR.
days-before-issue-stale: 60
days-before-pr-stale: 60