Skip to content

Normalize report formatting instructions across daily workflow files#25746

Merged
pelikhan merged 2 commits intomainfrom
copilot/normalize-report-formatting
Apr 11, 2026
Merged

Normalize report formatting instructions across daily workflow files#25746
pelikhan merged 2 commits intomainfrom
copilot/normalize-report-formatting

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

Six daily reporting workflows were missing the explicit h3-header formatting instruction present in the reference implementation (api-consumption-report.md), creating an inconsistent style standard across the reporting workflow suite.

Changes

Added the following instruction line to each non-compliant workflow, placed in the most semantically appropriate section (Guidelines, Notes, Discussion Format, etc.):

- **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.
File Insertion point
daily-observability-report.md ### Report Quality under ## Important Guidelines
daily-performance-summary.md ### Discussion Format
daily-secrets-analysis.md ## Notes
daily-safe-outputs-conformance.md ## Phase 4: Summary Report
daily-compiler-quality.md ## Important Guidelines
daily-code-metrics.md ### Report Guidelines

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw -pack /home/REDACTED/work/gh-aw/gh-aw/cmd/gh-aw/main.go (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw ase,codename,all-1 (http block)
  • https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v7
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v7 --jq .object.sha (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v7 --jq .object.sha -main/dist/index.js (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v7 --jq .object.sha d -n 10 (http block)
  • https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq .object.sha (http block)
  • https://api.github.com/repos/docker/build-push-action/git/ref/tags/v7
    • Triggering command: /usr/bin/gh gh api /repos/docker/build-push-action/git/ref/tags/v7 --jq .object.sha (http block)
  • https://api.github.com/repos/docker/metadata-action/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/docker/metadata-action/git/ref/tags/v6 --jq .object.sha (http block)
  • https://api.github.com/repos/docker/setup-buildx-action/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq .object.sha (http block)
    • Triggering command: /usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq .object.sha TOKEN&#34;; }; f store TOKEN&#34;; }; f store 64/bin/git (http block)
  • https://api.github.com/repos/github/gh-aw
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw --jq .visibility (http block)
  • https://api.github.com/repos/githubnext/agentics/git/ref/tags/-
    • Triggering command: /usr/bin/gh gh api /repos/githubnext/agentics/git/ref/tags/- --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update workflows to normalize report formatting guidelines Normalize report formatting instructions across daily workflow files Apr 11, 2026
Copilot AI requested a review from pelikhan April 11, 2026 03:22
@pelikhan pelikhan marked this pull request as ready for review April 11, 2026 03:22
Copilot AI review requested due to automatic review settings April 11, 2026 03:22
@pelikhan pelikhan merged commit acb65b1 into main Apr 11, 2026
51 of 55 checks passed
@pelikhan pelikhan deleted the copilot/normalize-report-formatting branch April 11, 2026 03:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes daily reporting workflow instructions by adding an explicit “Report Formatting” guideline (header level + <details> usage) to workflows that previously lacked it, aiming to make report formatting expectations consistent across the daily workflow suite.

Changes:

  • Added a “Report Formatting” bullet instructing use of ### (h3) or lower headings in reports.
  • Added guidance to wrap long sections in <details><summary>…</summary> to improve readability.
  • Inserted the instruction into the most semantically relevant section of each workflow doc.
Show a summary per file
File Description
.github/workflows/daily-observability-report.md Adds explicit report formatting guidance under “Report Quality”.
.github/workflows/daily-performance-summary.md Adds explicit report formatting guidance under “Discussion Format”.
.github/workflows/daily-secrets-analysis.md Adds explicit report formatting guidance under “Notes”.
.github/workflows/daily-safe-outputs-conformance.md Adds explicit report formatting guidance under “Phase 4: Summary Report”.
.github/workflows/daily-compiler-quality.md Adds explicit report formatting guidance under “Important Guidelines”.
.github/workflows/daily-code-metrics.md Adds explicit report formatting guidance under “Report Guidelines”.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 6/6 changed files
  • Comments generated: 6


## 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.
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This “Report Formatting” bullet doesn’t exactly match the reference text in .github/workflows/api-consumption-report.md (line ~411), which ends after “...improve readability.” (no “and reduce scrolling.”). Since the PR goal is normalization, consider making the wording identical across workflows (either update the reference file too, or remove the extra clause here) to avoid future drift.

Copilot uses AI. Check for mistakes.

## 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.
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This “Report Formatting” bullet’s wording differs from the stated reference implementation .github/workflows/api-consumption-report.md (it adds “and reduce scrolling.”). To truly normalize formatting instructions, consider aligning the text exactly across workflows (either update the reference file as well, or match its wording here).

Copilot uses AI. Check for mistakes.

### 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.
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new “Report Formatting” instruction includes “and reduce scrolling.”, but .github/workflows/api-consumption-report.md (the PR’s cited reference) uses slightly different wording. Consider standardizing the exact sentence across workflows (including the reference) so future edits don’t reintroduce inconsistency.

Copilot uses AI. Check for mistakes.

### 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.
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This inserted “Report Formatting” line doesn’t match the exact text in .github/workflows/api-consumption-report.md (referenced in the PR description). For consistent normalization, consider using one canonical wording everywhere (either update the reference to include “and reduce scrolling.”, or remove that clause here).

Copilot uses AI. Check for mistakes.

## 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.
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The “Report Formatting” sentence here differs from .github/workflows/api-consumption-report.md (the PR’s cited reference) by adding “and reduce scrolling.”. Consider making the wording identical across all workflows (including the reference) to prevent ongoing minor inconsistencies.

Copilot uses AI. Check for mistakes.

### Report 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.
Copy link

Copilot AI Apr 11, 2026

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.md as 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.

Copilot uses AI. Check for mistakes.
@github-actions github-actions Bot mentioned this pull request Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[workflow-style] Normalize report formatting for non-compliant workflows

3 participants