Skip to content

Upgrade agentic workflows to gh-aw v0.36.0#8122

Merged
NikolajBjorner merged 2 commits into
masterfrom
copilot/upgrade-agentic-workflows
Jan 8, 2026
Merged

Upgrade agentic workflows to gh-aw v0.36.0#8122
NikolajBjorner merged 2 commits into
masterfrom
copilot/upgrade-agentic-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 8, 2026

Upgrades all agentic workflows to gh-aw v0.36.0, applying automatic codemods and migrating deprecated syntax.

Changes

Automatic migrations via gh aw fix

  • timeout_minutestimeout-minutes (6 workflows)
  • on.commandon.slash_command (ask.md, pr-fix.md)

Schema fixes

  • pr-fix.md: push-to-pr-branchpush-to-pull-request-branch (field renamed in v0.36.0)

Syntax migration

  • @include{{#import}} (new syntax for includes)
  • Include paths: agentics/shared/shared/ (standardized location)

File organization

  • Moved shared workflow files to .github/workflows/shared/
  • Generated agentics-maintenance.yml for auto-expiring issues/discussions

Impact

  • All 8 workflows compile successfully
  • Lock files regenerated (66% size reduction: 18K→6K lines)
  • No breaking changes affect existing workflows
  • Agent files refreshed to v0.36.0 templates

Notable v0.36.0 features

  • Network security: domain blocklists, protocol-specific filtering
  • Runtime imports with @import syntax
  • CLI updates: Copilot 0.0.375, Codex 0.79.0, AWF v0.8.2
Original prompt

Upgrade all agentic workflows

Custom agent used: upgrade-agentic-workflows
Upgrade agentic workflows to the latest version of gh-aw with automated compilation and error fixing


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

- Applied automatic codemods (timeout_minutes → timeout-minutes, command → slash_command)
- Fixed pr-fix.md: push-to-pr-branch → push-to-pull-request-branch
- Updated include paths from agentics/shared/ to shared/
- Migrated @include syntax to {{#import}} syntax
- Moved shared workflow files to standard .github/workflows/shared/ location
- Ran gh aw init to refresh agent files and instructions
- All 8 workflows compile successfully

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Copilot AI changed the title [WIP] Update all agentic workflows for improved performance Upgrade agentic workflows to gh-aw v0.36.0 Jan 8, 2026
Copilot AI requested a review from NikolajBjorner January 8, 2026 19:02
@NikolajBjorner NikolajBjorner marked this pull request as ready for review January 8, 2026 19:50
@NikolajBjorner NikolajBjorner merged commit 8e59c49 into master Jan 8, 2026
30 of 43 checks passed
@nunoplopes nunoplopes deleted the copilot/upgrade-agentic-workflows branch January 13, 2026 09:18
NikolajBjorner added a commit that referenced this pull request Feb 19, 2026
* Initial plan

* Upgrade agentic workflows to gh-aw v0.36.0

- Applied automatic codemods (timeout_minutes → timeout-minutes, command → slash_command)
- Fixed pr-fix.md: push-to-pr-branch → push-to-pull-request-branch
- Updated include paths from agentics/shared/ to shared/
- Migrated @include syntax to {{#import}} syntax
- Moved shared workflow files to standard .github/workflows/shared/ location
- Ran gh aw init to refresh agent files and instructions
- All 8 workflows compile successfully

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
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