Skip to content

Commit 167b9ae

Browse files
committed
ci: update scripts.
1 parent c4d325a commit 167b9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/create-rss.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const jsonFeedPath = './docs/feed.json';
7070
const rssItem = {
7171
id: issueId,
7272
url: issueLink,
73-
title: issueTitle,
73+
title: issueTitle.replace(/^\[(.+?)\]\s+/g, ''),
7474
content_html: issueBody,
7575
summary: issueBody,
7676
banner_image: bannerImage,

0 commit comments

Comments
 (0)