feat(heartbeat): 新增每天08:00 git push Gitea心跳任务

This commit is contained in:
小橙
2026-04-21 13:10:29 +00:00
parent c53fca7458
commit a3e13be294
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
| Cron 表达式 | 任务 ID | 动作 | 输出 |
|-------------|--------|------|------|
| `0 * * * *` | `inbox-sweep` | 扫描公众号/知乎/小红书/抖音评论区与私信,命中关键词则立即推送 | 微信频道消息 |
| `0 8 * * *` | `daily-git-push` | 每日 git commit + 推送到 Gitea昨天所有改动微信通知提交内容和日期 | 微信频道消息 |
| `0 9 * * *` | `daily-report` | 生成前一日数据日报 | `reports/daily-YYYY-MM-DD.md` + 微信摘要 |
| `30 9 * * *` | `topic-brainstorm` | 产出今日 3 个选题候选,等待 Tyrone 选择 | 微信频道消息 |
| `0 10 * * 1-5` | `heat-scan` | 抓取工信部动态、行业热点、友商新闻 | 追加到 `reports/heat-YYYY-MM-DD.md` |