We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b17efe commit 64be357Copy full SHA for 64be357
1 file changed
.github/workflows/mirror-changelog.yml
@@ -88,7 +88,7 @@ jobs:
88
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');
+ originalContent = originalContent.replace(/\[#(\d+)\](\([^)]+\))/g, '[genai-toolbox#$1]$2');
92
const lineAsLowerCase = originalContent.toLowerCase();
93
94
const hasPrefix = prefixesToFilter.some(prefix => lineAsLowerCase.includes(prefix));
0 commit comments