Commit 9cb8d42
committed
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.1 parent 77d1ed2 commit 9cb8d42
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments