You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/version-check.yml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -234,8 +234,16 @@ jobs:
234
234
// 隐藏之前的机器人警告信息
235
235
if (botComments.length > 0) {
236
236
for (const comment of botComments) {
237
-
// 更新评论,在前面添加 Resolved 标记
238
-
const updatedBody = `~~${comment.body}~~\n\n**Resolved: 此问题已解决,用户现在使用了支持的版本** / **This issue has been resolved, the user is now using a supported version**`;
const updatedBody = `<details>\n<summary><b>已解决的版本问题 (点击展开) / Resolved Version Issue (Click to expand)</b></summary>\n\n${processedLines}\n</details>\n\n**✅ 已解决:用户现在使用了支持的版本** / **Issue resolved: User is now using a supported version**`;
0 commit comments