Skip to content

Disable Rich hyperlinks in CI for verify-action-build#650

Merged
dave2wave merged 1 commit intomainfrom
ci-disable-hyperlinks
Apr 1, 2026
Merged

Disable Rich hyperlinks in CI for verify-action-build#650
dave2wave merged 1 commit intomainfrom
ci-disable-hyperlinks

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented Apr 1, 2026

Summary

  • GitHub Actions log viewer strips OSC 8 hyperlink escape sequences, causing table cells (commit hashes, PR numbers) to appear empty
  • Add a link() helper that returns plain text in CI and Rich [link=...] markup in interactive terminals
  • Replace all 11 inline [link=...]...[/link] usages with the helper

Test plan

  • Run the verify workflow in CI and confirm commit hashes and PR numbers render correctly in tables
  • Run locally and confirm clickable hyperlinks still work in supported terminals

Generated with Claude Code

OSC 8 hyperlink escape sequences are stripped by GitHub Actions log
viewer, leaving table cells empty (e.g. commit hashes disappear).
Add a link() helper that emits plain text in CI and Rich markup
hyperlinks in interactive terminals.
@potiuk potiuk requested a review from dave2wave April 1, 2026 22:26
Copy link
Copy Markdown
Member

@dave2wave dave2wave left a comment

Choose a reason for hiding this comment

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

Looks good

@dave2wave dave2wave merged commit 39ab20f into main Apr 1, 2026
7 checks passed
@dave2wave dave2wave deleted the ci-disable-hyperlinks branch April 1, 2026 22:33
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