Recompile agentic workflow for doc consistency check#47575
Conversation
There was a problem hiding this comment.
Pull request overview
This PR re-runs gh aw compile to regenerate the GitHub Agentic Workflow (gh-aw) artifacts, upgrading the toolchain from v0.61.0 → v0.79.8 (and bumping pinned action/container SHAs, Copilot CLI 1.0.60, AWF v0.27.2, github-mcp-server v1.1.2). The previous compiled output was failing (see the linked run), so this brings the doc-consistency-check workflow back in sync with its .md source, adds the gh-aw–generated agentics-maintenance.yml, and marks compiled lock files as generated. All *.lock.yml / maintenance YAML content is tool-generated and headed "DO NOT EDIT"; the only hand-relevant change is the .gitattributes line.
Changes:
- Regenerated
doc-consistency-check.lock.ymlfor gh-aw v0.79.8 (newconclusion/detectionjob structure, runner-temp paths, daily-credit guardrails, updated pinned SHAs/images). - Added gh-aw-generated
agentics-maintenance.ymland refreshed.github/aw/actions-lock.json(SHAs match the workflows). - Added
.gitattributesrule marking.github/workflows/*.lock.ymlaslinguist-generatedwithmerge=ours.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/doc-consistency-check.lock.yml |
Regenerated compiled workflow for gh-aw v0.79.8; tool-generated, not hand-edited. |
.github/workflows/agentics-maintenance.yml |
New gh-aw-generated maintenance workflow; tool-generated, not hand-edited. |
.github/aw/actions-lock.json |
Adds github-script v9.0.0, setup-cli/setup v0.79.8 pins consistent with the workflows. |
.gitattributes |
Marks compiled *.lock.yml files as generated and merge=ours. |
I did not find concrete, high-confidence code-level issues to flag: the lock-file SHAs are consistent with actions-lock.json, and the bulk of the diff is deterministic tool output that should not be hand-edited. These are CI/CD workflow definitions involving security-sensitive token handling and generated content, which per the repository's agent guidelines warrant human review before merge.
rerun
gh aw compileto update agentic workflow, because it was failingexample run: https://github.com/Azure/azure-sdk-for-python/actions/runs/27844043482/job/82409317025 opened issue
next step
add a workflow that auto-upgrades/compiles gh aw