-
Notifications
You must be signed in to change notification settings - Fork 34
Upgrade workflows to gh-aw v0.35.1 #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Draft
+16
−0
Conversation
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
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>
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.
This pull request upgrades all agentic workflows to be compatible with gh-aw v0.35.1.
Changes Made
Automatic Fixes
gh aw fix --write- no automatic fixes were needed (all workflows already using current syntax)Workflow Compilation
gh aw compile --validatePermission Updates
Added missing GitHub permissions to two workflows that use
github.toolsets: [all]:workflows/daily-backlog-burner.md
actions: readcontents: readdiscussions: readissues: readpull-requests: readsecurity-events: readworkflows/daily-progress.md
actions: readcontents: readdiscussions: readissues: readpull-requests: readsecurity-events: readThese 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-searchtool is not supported by Copilot engine (expected behavior, documented limitation)projectstoolset 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
allowed-github-references, missing tool issue creationKey Improvements
threat-detection: falseBreaking Changes
For complete details, see the gh-aw v0.35.1 release notes.
Testing
All 17 workflows compiled successfully:
🤖 Generated with [Claude Code]((redacted)