[workflow-style] Normalize structural analysis report template heading hierarchy#36921
Merged
pelikhan merged 3 commits intoJun 4, 2026
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Copilot Request
[workflow-style] Normalize structural analysis report template heading hierarchy
Jun 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the structural analysis discussion report template to follow the documented heading hierarchy rules within the <details> “Full Structural Analysis Report” block, and refreshes the compiled workflow lock metadata accordingly.
Changes:
- Demoted report section headings inside the
<details>report template from##to###. - Demoted nested visualization headings from
###to####. - Regenerated the corresponding
.lock.ymlmetadata to reflect the template update.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/github-mcp-structural-analysis.md | Normalizes heading levels inside the report template’s <details> block to match the “h3 or lower” reporting rule. |
| .github/workflows/github-mcp-structural-analysis.lock.yml | Updates the compiled metadata hash to reflect the source template change. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
…f5-9590-ad9ee7205ec2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The structural analysis workflow’s discussion template used
##headings inside the<details>report block, conflicting with its own rule requiring###or lower. This aligns the template hierarchy so generated discussions follow the documented reporting style.Report template hierarchy normalization
/home/runner/work/gh-aw/gh-aw/.github/workflows/github-mcp-structural-analysis.mdinside<details><summary>Full Structural Analysis Report</summary>.##→###.###→####.Compiled workflow metadata refresh
/home/runner/work/gh-aw/gh-aw/.github/workflows/github-mcp-structural-analysis.lock.ymlafter source template update.