ci: demote sticky-comment report headings to h2; rename HIL report

The Size Difference Report and HIL comments rendered their titles at h1, which
is oversized inside a PR comment. Use h2 for both titles (with subsections
demoted to h3 to keep the hierarchy), and rename the HIL comment from
"HIL test results" to "Hardware-in-the-loop (HIL) Test Report" for consistency.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
hathach
2026-06-08 16:28:53 +07:00
parent a70c5a626b
commit 71f7ba0415
2 changed files with 3 additions and 3 deletions

View File

@ -436,7 +436,7 @@ jobs:
- name: Combine rig reports (one table per rig)
run: |
{
echo "## HIL test results"
echo "## Hardware-in-the-loop (HIL) Test Report"
echo
for d in hil-reports/hil-report-*; do
[ -d "$d" ] || continue