Skip to content

Upgrade agentic workflows from gh-aw v0.72.1 to v0.80.9#2092

Merged
aaronpowell merged 1 commit into
stagedfrom
ayangupt/fix-aw-upgrade-v0-80-9
Jun 23, 2026
Merged

Upgrade agentic workflows from gh-aw v0.72.1 to v0.80.9#2092
aaronpowell merged 1 commit into
stagedfrom
ayangupt/fix-aw-upgrade-v0-80-9

Conversation

@ayangupt

Copy link
Copy Markdown

Summary

Upgrades all 6 agentic workflows from gh-aw v0.72.1 to v0.80.9, fixing the safe_outputs bundle failures affecting learning-hub-updater and cli-for-beginners-sync.

Root cause

The learning-hub-updater and cli-for-beginners-sync workflows were failing with:

fatal: couldn't find remote ref refs/heads/<branch>
Failed to apply bundle

Two causes:

  1. Missing permissions.contents: read on learning-hub-updater.md — the codemod in v0.80.9 adds this automatically
  2. Stale lock files — compiled with v0.72.1, and container image digests were stale

Changes

File Change
learning-hub-updater.md Added missing permissions: contents: read (codemod fix)
All 6 .lock.yml files Recompiled with v0.80.9 — fresh image digests, updated action versions
gh-aw-actions/setup v0.72.1 → v0.80.9
actions/checkout v6.0.2 → v7.0.0
.github/agents/agentic-workflows.md Renamed from .agent.md, content updated
.github/skills/agentic-workflows/SKILL.md New dispatcher skill added by upgrade

Workflows affected

Workflow Before Expected after
learning-hub-updater ❌ 5+ failures ✅ Fixed
cli-for-beginners-sync ⚠️ Mostly failing ✅ Fixed
duplicate-resource-detector ✅ Healthy ✅ Still healthy
resource-staleness-report ✅ Healthy ✅ Still healthy
pr-duplicate-check ⏭️ Skipped by design ⏭️ Unchanged
codeowner-update ⏭️ Skipped by design ⏭️ Unchanged

Validation

  • ✅ All 6 compile cleanly via gh aw compile --validate
  • ✅ All 6 show Compiled: Yes, active in gh aw status
  • ✅ Healthy workflow source files unchanged
  • ✅ Line endings normalized

Fixes #2077, fixes #2080, part of #2076

Copilot AI review requested due to automatic review settings June 22, 2026 18:13
@github-actions github-actions Bot added branched-main PR appears to include plugin files materialized from main external-plugin PR updates plugins/external.json ready-for-review Submission passed intake validation and is ready for maintainer review labels Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

✅ External plugin PR checks passed

  • Changed entries detected: 0
  • Workflow state label: ready-for-review

Per-plugin quality summary

Plugin skill-validator install smoke test overall source tree
none not_run not_run not_run n/a

No changed external plugin entries were detected in this PR.

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.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

- Recompile all 6 workflow lock files with gh-aw v0.80.9
- Update gh-aw-actions/setup v0.72.1 → v0.80.9
- Update actions/checkout v6.0.2 → v7.0.0
- Refresh container image pins across all workflows
- Fix learning-hub-updater.md: add missing permissions.contents: read
  (root cause of safe_outputs 'Failed to apply bundle' failures)
- Update dispatcher SKILL.md and agentic-workflows agent
- Update actions-lock.json and copilot-setup-steps.yml

Fixes: #2077 (learning-hub-updater), #2080 (cli-for-beginners-sync)
Part of: #2076

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ayangupt ayangupt force-pushed the ayangupt/fix-aw-upgrade-v0-80-9 branch from ea0f775 to 2a2b32d Compare June 23, 2026 01:00
@github-actions github-actions Bot added workflow PR touches workflow automation and removed branched-main PR appears to include plugin files materialized from main external-plugin PR updates plugins/external.json labels Jun 23, 2026
@aaronpowell aaronpowell merged commit 9c87c1b into staged Jun 23, 2026
12 checks passed
@aaronpowell aaronpowell deleted the ayangupt/fix-aw-upgrade-v0-80-9 branch June 23, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-review Submission passed intake validation and is ready for maintainer review workflow PR touches workflow automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants