Skip to content

Normalize report formatting: add shared/reporting.md import to 16 workflows#20683

Merged
pelikhan merged 2 commits intomainfrom
copilot/normalize-report-formatting-another-one
Mar 12, 2026
Merged

Normalize report formatting: add shared/reporting.md import to 16 workflows#20683
pelikhan merged 2 commits intomainfrom
copilot/normalize-report-formatting-another-one

Conversation

Copy link
Contributor

Copilot AI commented Mar 12, 2026

16 scheduled reporting workflows lacked the shared formatting guidelines (h3+ headers, progressive disclosure via <details> tags), while the other 76 compliant workflows already import shared/reporting.md.

Changes

  • 10 workflows with existing imports: blocks — appended - shared/reporting.md:

    • copilot-agent-analysis.md, copilot-pr-merged-report.md, copilot-pr-nlp-analysis.md, copilot-pr-prompt-analysis.md, docs-noob-tester.md, duplicate-code-detector.md, go-pattern-detector.md, issue-arborist.md, stale-repo-identifier.md, terminal-stylist.md
  • 6 workflows without any imports: block — added new section:

    • daily-cli-tools-tester.md, daily-doc-healer.md, dependabot-burner.md, dependabot-go-checker.md, gpclean.md, claude-code-user-docs-review.md
# Example: adding to an existing imports block
imports:
  - shared/copilot-pr-analysis-base.md
  - shared/reporting.md   # added

# Example: new imports block
imports:
  - shared/reporting.md

Recompiled all lock files; 166/166 workflows compile successfully.

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 jf/fiE1P2fzwaF61-C (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 journal-or-kmsg (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)
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq .object.sha get --global me: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } http.https://gitgit (http block)
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq .object.sha ithub/workflows (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/a70c5eada06553e3510ac27f2c3bda9d3705bccb
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/a70c5eada06553e3510ac27f2c3bda9d3705bccb --jq .object.sha (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/a70c5eada06553e3510ac27f2c3bda9d3705bccb --jq .object.sha get --global me: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } http.https://gitgit (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/a70c5eada06553e3510ac27f2c3bda9d3705bccb --jq .object.sha ithub/workflows rev-parse /usr/bin/git l (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)
    • Triggering command: /usr/bin/gh gh api /repos/githubnext/agentics/git/ref/tags/# --jq .object.sha get --local iptables credential.usern/opt/hostedtoolcache/go/1.25.0/x64/pkg/tool/linux_amd64/cgo (http block)
    • Triggering command: /usr/bin/gh gh api /repos/githubnext/agentics/git/ref/tags/# --jq .object.sha k/gh-aw/gh-aw/.gremote.origin.url rev-parse (http block)

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


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

…formatting

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] [workflow-style] Normalize report formatting for non-compliant workflows Normalize report formatting: add shared/reporting.md import to 16 workflows Mar 12, 2026
@pelikhan pelikhan marked this pull request as ready for review March 12, 2026 14:30
Copilot AI review requested due to automatic review settings March 12, 2026 14:30
@pelikhan pelikhan merged commit 85a4afc into main Mar 12, 2026
@pelikhan pelikhan deleted the copilot/normalize-report-formatting-another-one branch March 12, 2026 14:30
Copy link
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

Normalizes report output formatting across scheduled reporting workflows by ensuring they import the shared shared/reporting.md guidelines (h3+ headers and progressive disclosure via <details>).

Changes:

  • Added shared/reporting.md to the imports: list for 16 workflows (appending to existing blocks or adding new imports: blocks where missing).
  • Recompiled the corresponding 16 workflow lock files to reflect the updated resolved imports and prompt assembly.

Reviewed changes

Copilot reviewed 32 out of 32 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/terminal-stylist.md Appends shared/reporting.md to existing imports.
.github/workflows/terminal-stylist.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/stale-repo-identifier.md Appends shared/reporting.md to existing imports.
.github/workflows/stale-repo-identifier.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/issue-arborist.md Appends shared/reporting.md to existing imports.
.github/workflows/issue-arborist.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/gpclean.md Adds new imports: block with shared/reporting.md.
.github/workflows/gpclean.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/go-pattern-detector.md Appends shared/reporting.md to existing imports.
.github/workflows/go-pattern-detector.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/duplicate-code-detector.md Appends shared/reporting.md to existing imports.
.github/workflows/duplicate-code-detector.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/docs-noob-tester.md Appends shared/reporting.md to existing imports.
.github/workflows/docs-noob-tester.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/dependabot-go-checker.md Adds new imports: block with shared/reporting.md.
.github/workflows/dependabot-go-checker.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/dependabot-burner.md Adds new imports: block with shared/reporting.md.
.github/workflows/dependabot-burner.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/daily-doc-healer.md Adds new imports: block with shared/reporting.md.
.github/workflows/daily-doc-healer.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/daily-cli-tools-tester.md Adds new imports: block with shared/reporting.md.
.github/workflows/daily-cli-tools-tester.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/copilot-pr-prompt-analysis.md Appends shared/reporting.md to existing imports.
.github/workflows/copilot-pr-prompt-analysis.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/copilot-pr-nlp-analysis.md Appends shared/reporting.md to existing imports.
.github/workflows/copilot-pr-nlp-analysis.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/copilot-pr-merged-report.md Appends shared/reporting.md to existing imports.
.github/workflows/copilot-pr-merged-report.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/copilot-agent-analysis.md Appends shared/reporting.md to existing imports.
.github/workflows/copilot-agent-analysis.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.
.github/workflows/claude-code-user-docs-review.md Adds new imports: block with shared/reporting.md.
.github/workflows/claude-code-user-docs-review.lock.yml Recompiled lock to include shared/reporting.md in resolved imports/prompt.

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

You can also share your feedback on Copilot code review. Take the survey.

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