Skip to content

Recompile agentic workflow for doc consistency check#47575

Open
JennyPng wants to merge 2 commits into
Azure:mainfrom
JennyPng:doc-workflow-fix
Open

Recompile agentic workflow for doc consistency check#47575
JennyPng wants to merge 2 commits into
Azure:mainfrom
JennyPng:doc-workflow-fix

Conversation

@JennyPng

@JennyPng JennyPng commented Jun 19, 2026

Copy link
Copy Markdown
Member

rerun gh aw compile to update agentic workflow, because it was failing

example 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

@JennyPng JennyPng marked this pull request as ready for review June 19, 2026 20:37
@JennyPng JennyPng requested a review from a team as a code owner June 19, 2026 20:37
Copilot AI review requested due to automatic review settings June 19, 2026 20:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 re-runs gh aw compile to regenerate the GitHub Agentic Workflow (gh-aw) artifacts, upgrading the toolchain from v0.61.0v0.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.yml for gh-aw v0.79.8 (new conclusion/detection job structure, runner-temp paths, daily-credit guardrails, updated pinned SHAs/images).
  • Added gh-aw-generated agentics-maintenance.yml and refreshed .github/aw/actions-lock.json (SHAs match the workflows).
  • Added .gitattributes rule marking .github/workflows/*.lock.yml as linguist-generated with merge=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.

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.

2 participants