Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryXiaoYang committed Feb 6, 2024
2 parents 4808f41 + 2228b87 commit a914a7b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/close_inactive_issues.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 下一个版本会花点时间🤔

## 功能列表

用户功能:
Expand Down Expand Up @@ -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"
/>
</picture>
</picture>

0 comments on commit a914a7b

Please sign in to comment.