Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 6, 2026

This pull request upgrades all agentic workflows to be compatible with gh-aw v0.35.1.

Changes Made

Automatic Fixes

  • Ran gh aw fix --write - no automatic fixes were needed (all workflows already using current syntax)

Workflow Compilation

  • Successfully recompiled all 17 workflows with gh aw compile --validate
  • All workflows compile without errors

Permission Updates

Added missing GitHub permissions to two workflows that use github.toolsets: [all]:

workflows/daily-backlog-burner.md

  • Added actions: read
  • Added contents: read
  • Added discussions: read
  • Added issues: read
  • Added pull-requests: read
  • Added security-events: read

workflows/daily-progress.md

  • Added actions: read
  • Added contents: read
  • Added discussions: read
  • Added issues: read
  • Added pull-requests: read
  • Added security-events: read

These permissions are required when using the [all] toolsets configuration, which provides access to all GitHub-related tools including repos, issues, pull requests, actions, discussions, security features, and labels.

Compilation Results

All workflows now compile successfully with only informational warnings:

  • ⚠️ web-search tool is not supported by Copilot engine (expected behavior, documented limitation)
  • ℹ️ projects toolset requires additional token permissions (informational, only needed if using GitHub Projects V2)

gh-aw v0.35.1 Release Highlights

This upgrade brings compatibility with the latest gh-aw version which includes:

New Features

  • GitHub Projects V2 Management - Copy projects, create status updates, campaign integration
  • Safe Outputs Enhancements - Reference control with allowed-github-references, missing tool issue creation
  • Developer Experience - New upgrade agent, debugging skill, string utilities

Key Improvements

  • Fixed compiler bug preventing safe output jobs when threat-detection: false
  • Improved MCP tools and gateway functionality
  • Security fixes and code quality improvements
  • Updated dependencies (GitHub MCP Server v0.27.0, AWF v0.8.1)

Breaking Changes

  • Firewall terminology changed from "denied" to "blocked" (doesn't affect our workflows)

For complete details, see the gh-aw v0.35.1 release notes.

Testing

All 17 workflows compiled successfully:

  • ✅ ci-doctor.md
  • ✅ daily-accessibility-review.md
  • ✅ daily-backlog-burner.md (permissions added)
  • ✅ daily-dependency-updates.md
  • ✅ daily-perf-improver.md
  • ✅ daily-plan.md
  • ✅ daily-progress.md (permissions added)
  • ✅ daily-qa.md
  • ✅ daily-team-status.md
  • ✅ daily-test-improver.md
  • ✅ issue-triage.md
  • ✅ plan.md
  • ✅ pr-fix.md
  • ✅ q.md
  • ✅ repo-ask.md
  • ✅ update-docs.md
  • ✅ weekly-research.md

🤖 Generated with [Claude Code]((redacted)

AI generated by Agentic Workflow Maintainer

This commit upgrades all agentic workflows to be compatible with gh-aw v0.35.1.

Changes made:
- Ran `gh aw fix --write` - no automatic fixes were needed
- Recompiled all 17 workflows successfully with `gh aw compile --validate`
- Added missing GitHub permissions to two workflows:
  - workflows/daily-backlog-burner.md: Added actions, contents, discussions, issues, pull-requests, and security-events read permissions
  - workflows/daily-progress.md: Added actions, contents, discussions, issues, pull-requests, and security-events read permissions

These permissions are required when using `github.toolsets: [all]` in workflows.

All workflows now compile successfully with only informational warnings:
- web-search tool is not supported by Copilot engine (expected)
- projects toolset requires additional token permissions (informational)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@github-actions github-actions bot added the enhancement New feature or request label Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant