🔧 chore(workflows): [无需更新] GitHub 添加自动回复和标签功能 - patch3

This commit is contained in:
zhiyu1998 2025-08-04 13:43:27 +08:00
parent 6a0ce91061
commit 17493bdb1b

View File

@ -142,8 +142,8 @@ jobs:
## 🏷️ Issue 分类 ## 🏷️ Issue 分类
${newIssues.items.length > 0 ? newIssues.items.slice(0, 5).map(issue => ${newIssues.items.length > 0 ? newIssues.items.slice(0, 5).map(issue =>
`- [${issue.title}](${issue.html_url}) - ${issue.labels.map(l => l.name).join(', ') || '未分类'}` \`- [\${issue.title}](\${issue.html_url}) - \${issue.labels.map(l => l.name).join(', ') || '未分类'}\`
).join('\n') : '本周暂无新issue'} ).join('\\n') : '本周暂无新issue'}
感谢所有贡献者的参与! 🙏`; 感谢所有贡献者的参与! 🙏`;