You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Format output as Markdown for improved readability
This commit updates the `scripts/gha/get_pr_review_comments.py` script
to format its entire output using Markdown. This significantly
improves the readability and structure of the comment data when
pasted into Markdown-aware systems.
Changes include:
- Comment attribution (user, ID, reply ID) is now an H3 heading
with bolding and code formatting.
- Metadata (Timestamp, Status, File, Line, URL) is presented as a
Markdown bulleted list with bold labels and appropriate formatting
for values (code ticks, links).
- "Diff Hunk Context" and "Comment Body" are now H4 headings.
- The diff hunk itself remains wrapped in triple backticks for
code block rendering.
- A Markdown horizontal rule (---) is used to separate individual
comments.
These changes make the script's output more organized and easier
to parse visually.
0 commit comments