potiuk opened a new issue, #73: URL: https://github.com/apache/airflow-steward/issues/73
Wherever the CLI prints a PR reference (e.g. `apache/airflow#66444` or `https://github.com/apache/airflow/pull/66444`), wrap it in the [OSC 8 hyperlink escape sequence](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) so modern terminals (iTerm2, kitty, WezTerm, recent gnome-terminal, VS Code, Warp) render it as click-to-open. **Why:** opening PRs from the triage CLI is currently copy-paste; clickable links shave seconds off every PR and reduce context-switch friction during long sessions. ### Acceptance - Helper function for "PR ref → OSC 8 link", reused across **all** output paths (progress lines, classifier proposals, error messages, summaries). - Falls back to plain text when `TERM` / `NO_COLOR` indicate the terminal will not render hyperlinks. - Hyperlink target is the canonical `https://github.com/<owner>/<repo>/pull/<n>` URL even when the printed text is the short form. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
