diff --git a/.github/workflows/close_inactive_issues.yml b/.github/workflows/close_inactive_issues.yml new file mode 100644 index 0000000..3adf599 --- /dev/null +++ b/.github/workflows/close_inactive_issues.yml @@ -0,0 +1,15 @@ +name: 'Close stale issues and PRs' +on: + schedule: + - cron: '30 1 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v9 + with: + stale-issue-message: "This issue is stale because it has been open for 14 days with no activity. 这个议题已经过期了,因为它已经开放了14天,没有任何活动。" + close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale. 这个议题被关闭了,因为它被标记为过期后已经7天没有活动了。" + days-before-stale: 14 + days-before-close: 7 diff --git a/README.md b/README.md index 4daf197..6cb9049 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ XYBot详细的部署教程可以在项目的Wiki中找到。📚 同时,XYBot [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-red.svg)](https://opensource.org/licenses/)[![Version](https://img.shields.io/badge/Version-0.0.5-orange.svg)](https://github.com/HenryXiaoYang/XYBot) [![Blog](https://img.shields.io/badge/Blog-@HenryXiaoYang-yellow.svg)](https://yangres.com) +# 20240106:发现了更强大的微信机器人Hook 下一个版本会花点时间🤔 + ## 功能列表 用户功能: @@ -143,4 +145,4 @@ https://github.com/chisbread/wechat-box alt="XYBot Star History" src="https://api.star-history.com/svg?repos=HenryXiaoYang/XYBot&type=Date" /> - \ No newline at end of file +