-
Notifications
You must be signed in to change notification settings - Fork 458
[workflow-style] Normalize report formatting for 36 non-compliant workflows #43516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -245,4 +245,11 @@ Processed files X–Y of Z total files in the queue. | |
| - **Small batches**: Processing 5 files per run keeps each run focused and reviewable. | ||
| - **Respect excluded files**: Never touch the excluded list above. | ||
|
|
||
|
|
||
| ### Output Format | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [/codebase-design] The inlined 💡 Suggested alternativeReplace the inlined block with a single If only a subset of the three directives applies to a given workflow, consider adding targeted subsection imports or a filtered variant of @copilot please address this. |
||
|
|
||
| Structure reports as: overview → key metrics/issues → collapsible detail → next actions. | ||
|
|
||
| Wrap long content with `<details><summary><b>View Details</b></summary>...</details>`. | ||
|
|
||
| {{#runtime-import shared/noop-reminder.md}} | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incomplete
Output Formatsection for a full-audit-report workflow:blog-auditorproduces a comprehensive accessibility + code-snippet validation audit posted as a GitHub discussion, yet itsOutput Formatblock only received the<details>wrap guidance. Both theStructure reports as: overview → key metrics/issues...directive and theUse ### or lower headers onlyconstraint (present in other audit-style workflows likedaily-semgrep-scan) were omitted, leaving this the least-guided report-producing workflow in the batch.💡 Suggested fix
The blog-auditor discussion body is lengthy and benefits most from structure guidance. Omitting both directives while applying
<details>wrap alone is inconsistent with the stated goal of this PR.