From 17493bdb1bf4328d1bb5ad9c9e4d1f58ab16cdde Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 4 Aug 2025 13:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(workflows):=20[=E6=97=A0?= =?UTF-8?q?=E9=9C=80=E6=9B=B4=E6=96=B0]=20GitHub=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=9B=9E=E5=A4=8D=E5=92=8C=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=20-=20patch3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/status-update.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/status-update.yml b/.github/workflows/status-update.yml index 31ad22b..4d073d0 100644 --- a/.github/workflows/status-update.yml +++ b/.github/workflows/status-update.yml @@ -134,17 +134,17 @@ jobs: }); const report = `📊 **本周活动报告** (${oneWeekAgo.toISOString().split('T')[0]} ~ ${new Date().toISOString().split('T')[0]}) - -## 📈 统计数据 -- 🎯 新增 Issues: ${newIssues.total_count} -- 🔀 新增 PRs: ${newPRs.total_count} -- ✅ 关闭 Issues: ${closedIssues.total_count} - -## 🏷️ Issue 分类 -${newIssues.items.length > 0 ? newIssues.items.slice(0, 5).map(issue => - `- [${issue.title}](${issue.html_url}) - ${issue.labels.map(l => l.name).join(', ') || '未分类'}` -).join('\n') : '本周暂无新issue'} - -感谢所有贡献者的参与! 🙏`; + + ## 📈 统计数据 + - 🎯 新增 Issues: ${newIssues.total_count} + - 🔀 新增 PRs: ${newPRs.total_count} + - ✅ 关闭 Issues: ${closedIssues.total_count} + + ## 🏷️ Issue 分类 + ${newIssues.items.length > 0 ? newIssues.items.slice(0, 5).map(issue => + \`- [\${issue.title}](\${issue.html_url}) - \${issue.labels.map(l => l.name).join(', ') || '未分类'}\` + ).join('\\n') : '本周暂无新issue'} + + 感谢所有贡献者的参与! 🙏`; console.log(report); \ No newline at end of file