Skip to content

[WIP] Normalize report formatting for non-compliant workflows#37332

Merged
pelikhan merged 3 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting-again
Jun 6, 2026
Merged

[WIP] Normalize report formatting for non-compliant workflows#37332
pelikhan merged 3 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 6, 2026

  • Inspect existing workflow formatting patterns and locate target files
  • Run baseline lint/build/test commands to capture current state
  • Apply minimal formatting-guidance updates to the two workflow files
  • Validate changes with targeted checks
  • Run final validation and summarize results

Copilot AI and others added 2 commits June 6, 2026 15:16
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review June 6, 2026 15:24
Copilot AI review requested due to automatic review settings June 6, 2026 15:24
@pelikhan pelikhan merged commit 8e556ab into main Jun 6, 2026
@pelikhan pelikhan deleted the copilot/workflow-style-normalize-report-formatting-again branch June 6, 2026 15:24
Copilot stopped work on behalf of pelikhan due to an error June 6, 2026 15:24
Copilot AI requested a review from pelikhan June 6, 2026 15:24
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 updates a few gh-aw workflows (and their generated lockfiles) to align reporting/formatting guidance and incorporate the latest compiled workflow structure.

Changes:

  • Add shared/reporting.md to the dev workflow imports and regenerate dev.lock.yml.
  • Regenerate smoke-project.lock.yml with updated compiled workflow structure (including new guardrail/output plumbing and updated engine/container pins).
  • Tighten reviewer-playbook guidance in mattpocock-skills-reviewer.md and regenerate its lock metadata.
Show a summary per file
File Description
.github/workflows/smoke-project.lock.yml Large regenerated lockfile update; includes new guardrail logic and updated pins/steps.
.github/workflows/mattpocock-skills-reviewer.md Adds a guideline about header levels in summary comments.
.github/workflows/mattpocock-skills-reviewer.lock.yml Regenerated metadata/body hash for the reviewer workflow lockfile.
.github/workflows/dev.md Imports shared/reporting.md to normalize reporting behavior.
.github/workflows/dev.lock.yml Regenerated lockfile reflecting the new shared/reporting.md import.

Copilot's findings

Tip

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

  • Files reviewed: 5/5 changed files
  • Comments generated: 1

Comment on lines +175 to +180
- name: Check daily workflow token guardrail
id: daily-effective-workflow-guardrail
if: ${{ env.GH_AW_MAX_DAILY_AI_CREDITS != '' }}
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
GH_AW_WORKFLOW_NAME: "Smoke Project"
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