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 default context lines and Markdown spacing
This commit applies final readability adjustments to the output of
`scripts/gha/get_pr_review_comments.py`:
- The default value for the `--context-lines` argument has been
changed from 10 to 0. This means the full diff hunk will be
displayed by default, aligning with your feedback preferring
more context initially unless otherwise specified. The help text
for this argument has also been updated.
- Markdown Spacing:
- An additional newline is added after the main H1 title
("# Review Comments") for better separation.
- A newline is added before the "### Context:" H3 subheading
to separate it from the metadata list.
- A newline is added before the "### Comment:" H3 subheading
to separate it from the diff hunk block.
These changes further refine the script's output for clarity and
your experience.
0 commit comments