[WIP] Normalize report formatting for non-compliant workflows#37332
Merged
pelikhan merged 3 commits intoJun 6, 2026
Conversation
4 tasks
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot stopped work on behalf of
pelikhan due to an error
June 6, 2026 15:24
Contributor
There was a problem hiding this comment.
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.mdto thedevworkflow imports and regeneratedev.lock.yml. - Regenerate
smoke-project.lock.ymlwith updated compiled workflow structure (including new guardrail/output plumbing and updated engine/container pins). - Tighten reviewer-playbook guidance in
mattpocock-skills-reviewer.mdand 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" |
This was referenced Jun 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.