We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f25395 commit 8b17efeCopy full SHA for 8b17efe
1 file changed
.github/workflows/mirror-changelog.yml
@@ -85,7 +85,7 @@ jobs:
85
let originalContent = itemMatch[1];
86
87
// remove zero-width space character
88
- originalContent = originalContent.replace(/\u200B/g, '');
+ originalContent = originalContent.replace(/​/g, '');
89
90
// Change issue links from #1234 to genai-toolbox#1234
91
originalContent = originalContent.replace(/\[#(\d+)\](\([^)]+\))/g, '[genai-toolbox#$1]$2');
0 commit comments