-
Notifications
You must be signed in to change notification settings - Fork 371
Normalize report formatting instructions across daily workflow files #25746
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -561,6 +561,8 @@ The compiler codebase maintains **good overall quality** with an average score o | |
|
|
||
| ## Important Guidelines | ||
|
|
||
| - **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling. | ||
|
||
|
|
||
| ### Analysis Best Practices | ||
|
|
||
| - **Be Objective**: Use concrete metrics from Serena, not subjective opinions | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -369,6 +369,7 @@ Follow the formatting guidelines above. Use the following structure: | |
|
|
||
| ### Report Quality | ||
|
|
||
| - **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling. | ||
|
||
| - Be specific with numbers and percentages | ||
| - Link to actual workflow runs for context | ||
| - Provide actionable recommendations | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -389,6 +389,8 @@ Create a new discussion with the comprehensive performance report. | |
|
|
||
| ### Discussion Format | ||
|
|
||
| - **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling. | ||
|
||
|
|
||
| **Title**: `[daily performance] Daily Performance Summary - YYYY-MM-DD` | ||
|
|
||
| **Body**: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -177,6 +177,8 @@ If multiple similar issues are found (e.g., 3 handlers missing the same validati | |
|
|
||
| ## Phase 4: Summary Report | ||
|
|
||
| - **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling. | ||
|
||
|
|
||
| After processing all issues, provide a summary in the workflow output: | ||
|
|
||
| ```markdown | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -292,6 +292,7 @@ For detailed information about secret usage patterns, see: | |
|
|
||
| ## Notes | ||
|
|
||
| - **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling. | ||
|
||
| - Focus on **trends and changes** rather than static inventory | ||
| - Highlight **security concerns** prominently | ||
| - Keep the report **concise but comprehensive** | ||
|
|
||
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.
The added “Report Formatting” guideline includes “and reduce scrolling.”, but the PR description cites
.github/workflows/api-consumption-report.mdas the reference, whose corresponding line uses slightly different wording. Consider aligning the exact sentence across workflows (and/or updating the reference) to achieve true normalization.