We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9400ab commit 05ab9c8Copy full SHA for 05ab9c8
1 file changed
scripts/changelog-pr.js
@@ -18,7 +18,8 @@ import { fileURLToPath } from 'url';
18
const token = process.env.GITHUB_TOKEN;
19
const user = `combo-graph`;
20
const repo = `combo-graph`;
21
-const assetsPattern = `https://github.com/${user}/${repo}/assets/`;
+// const assetsPattern = `https://github.com/${user}/${repo}/assets/`;
22
+const assetsPattern = `https://github.com/user-attachments/assets/`;
23
24
// Get the current filename
25
const __filename = fileURLToPath(import.meta.url);
0 commit comments