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
style: Adjust Markdown headings for structure and conciseness
This commit refines the Markdown heading structure in the output of
`scripts/gha/get_pr_review_comments.py` for improved readability
and document hierarchy.
Changes include:
- The main output title "Review Comments" is now an H1 heading.
- Each comment's attribution line (user, ID) is now an H2 heading.
- Section headings within each comment, "Context" (formerly "Diff
Hunk Context") and "Comment" (formerly "Comment Body"), are now
H3 headings.
These changes make the script's output more organized and easier to
navigate when rendered as Markdown.
0 commit comments