Skip to content

closing-remarks - Add support for large repos#9484

Merged
fregante merged 1 commit into
mainfrom
closing-remarks-npm
May 17, 2026
Merged

closing-remarks - Add support for large repos#9484
fregante merged 1 commit into
mainfrom
closing-remarks-npm

Conversation

@fregante
Copy link
Copy Markdown
Member

@fregante fregante commented May 16, 2026

@fregante fregante added the bug label May 16, 2026
const tagName = await firstTag.get(mergeCommit);
= $(`.TimelineItem.js-details-container.Details a[href^="/${getRepo()!.nameWithOwner}/commit/" i]`);
const [, hash] = /commit\/([a-f0-9]{40})/.exec(mergeCommit.pathname)!;
const tagName = await firstTag.get(hash);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fregante fregante merged commit 0ba609d into main May 17, 2026
17 checks passed
@fregante fregante deleted the closing-remarks-npm branch May 17, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

closing-remarks can't find tags even if "v11.0.0" exists

1 participant