Skip to content

Commit 05ab9c8

Browse files
committed
Update assets URL pattern in changelog script
1 parent c9400ab commit 05ab9c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/changelog-pr.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import { fileURLToPath } from 'url';
1818
const token = process.env.GITHUB_TOKEN;
1919
const user = `combo-graph`;
2020
const repo = `combo-graph`;
21-
const assetsPattern = `https://github.com/${user}/${repo}/assets/`;
21+
// const assetsPattern = `https://github.com/${user}/${repo}/assets/`;
22+
const assetsPattern = `https://github.com/user-attachments/assets/`;
2223

2324
// Get the current filename
2425
const __filename = fileURLToPath(import.meta.url);

0 commit comments

Comments
 (0)