Skip to content

Backfill label anchor links in archive markdown files#24

Merged
prozolic merged 1 commit into
mainfrom
pr
Jun 11, 2026
Merged

Backfill label anchor links in archive markdown files#24
prozolic merged 1 commit into
mainfrom
pr

Conversation

@prozolic

@prozolic prozolic commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Thie PR wraps every label in archives/**/*.md with <a style="text-decoration:none;" href="../../labels/{sanitized-labelname}/index.html"> using the same SanitizeLabelForPath logic as Program.cs.
Also removes the now-redundant cursor:default from each span style.

Wrap every label <span> in archives/**/*.md with
<a style="text-decoration:none;" href="../../labels/{sanitized-labelname}/index.html">
using the same SanitizeLabelForPath logic as Program.cs.
Also removes the now-redundant cursor:default from each span style.
Copilot AI review requested due to automatic review settings June 11, 2026 11:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the generated PR digest output so that label badges become clickable links to the corresponding per-label index pages, and backfills that change across existing archives/**/*.md files. It also removes the now-redundant cursor:default styling from the label badge <span>.

Changes:

  • Updated Program.cs to generate label badges as <a> links to ../../labels/{sanitized-label}/index.html using HtmlGenerator.SanitizeLabelForPath.
  • Backfilled the same anchor-wrapped label badges across historical archive markdown files.
  • Removed cursor:default from label badge styling (since labels are now links).

Reviewed changes

Copilot reviewed 49 out of 171 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/PRDigest.NET/Program.cs Generates linked label badges for newly created daily digests.
archives/2026/06/07.md Backfilled label badges to link to label pages.
archives/2026/05/31.md Backfilled label badges to link to label pages.
archives/2026/05/30.md Backfilled label badges to link to label pages.
archives/2026/05/24.md Backfilled label badges to link to label pages.
archives/2026/05/23.md Backfilled label badges to link to label pages.
archives/2026/05/17.md Backfilled label badges to link to label pages.
archives/2026/05/16.md Backfilled label badges to link to label pages.
archives/2026/05/10.md Backfilled label badges to link to label pages.
archives/2026/05/03.md Backfilled label badges to link to label pages.
archives/2026/05/02.md Backfilled label badges to link to label pages.
archives/2026/04/26.md Backfilled label badges to link to label pages.
archives/2026/04/12.md Backfilled label badges to link to label pages.
archives/2026/03/29.md Backfilled label badges to link to label pages.
archives/2026/03/15.md Backfilled label badges to link to label pages.
archives/2026/03/14.md Backfilled label badges to link to label pages.
archives/2026/03/08.md Backfilled label badges to link to label pages.
archives/2026/03/01.md Backfilled label badges to link to label pages.
archives/2026/02/22.md Backfilled label badges to link to label pages.
archives/2026/02/21.md Backfilled label badges to link to label pages.
archives/2026/02/15.md Backfilled label badges to link to label pages.
archives/2026/02/14.md Backfilled label badges to link to label pages.
archives/2026/02/01.md Backfilled label badges to link to label pages.
archives/2026/01/31.md Backfilled label badges to link to label pages.
archives/2026/01/25.md Backfilled label badges to link to label pages.
archives/2026/01/24.md Backfilled label badges to link to label pages.
archives/2026/01/18.md Backfilled label badges to link to label pages.
archives/2026/01/17.md Backfilled label badges to link to label pages.
archives/2026/01/11.md Backfilled label badges to link to label pages.
archives/2026/01/10.md Backfilled label badges to link to label pages.
archives/2026/01/04.md Backfilled label badges to link to label pages.
archives/2026/01/03.md Backfilled label badges to link to label pages.
archives/2026/01/02.md Backfilled label badges to link to label pages.
archives/2026/01/01.md Backfilled label badges to link to label pages.
archives/2025/12/31.md Backfilled label badges to link to label pages.
archives/2025/12/30.md Backfilled label badges to link to label pages.
archives/2025/12/27.md Backfilled label badges to link to label pages.
archives/2025/12/26.md Backfilled label badges to link to label pages.
archives/2025/12/25.md Backfilled label badges to link to label pages.
archives/2025/12/24.md Backfilled label badges to link to label pages.
archives/2025/12/23.md Backfilled label badges to link to label pages.
archives/2025/12/21.md Backfilled label badges to link to label pages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/PRDigest.NET/Program.cs
@prozolic prozolic merged commit ada0da2 into main Jun 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants