ci: upgrade gh-aw to v0.71.5 and disable repo-assist schedule#102
Merged
Conversation
Upgrades the gh-aw toolchain via the local recompile: - bumps github/gh-aw-actions/setup to v0.71.5 in actions-lock.json - regenerates repo-assist.lock.yml against the new version - adds the new emitted .github/agents/agentic-workflows.agent.md and .github/workflows/copilot-setup-steps.yml files Disables the daily schedule for repo-assist (it was burning Copilot tokens). The workflow now only runs on workflow_dispatch, slash_command (/repo-assist), and reaction triggers. The schedule is commented out (not deleted) in both repo-assist.md and repo-assist.lock.yml so it can be re-enabled easily. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
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.
Summary
github/gh-aw-actions/setupto v0.71.5 in.github/aw/actions-lock.jsonand regeneraterepo-assist.lock.ymlaccordingly..github/agents/agentic-workflows.agent.mdand.github/workflows/copilot-setup-steps.yml.repo-assist(was burning Copilot tokens). The workflow now only triggers viaworkflow_dispatch,/repo-assistslash command, andreaction: "eyes". The schedule lines are commented out (not deleted) in bothrepo-assist.mdandrepo-assist.lock.ymlso they can be re-enabled trivially.Test plan
repo-assistworkflow no longer appears in scheduled runs (Actions → repo-assist → no new runs after merge until manually dispatched).gh workflow run repo-assist.lock.ymlstill triggers a manual run successfully./repo-assist <instructions>from an issue/PR comment still triggers the workflow.🤖 Generated with Claude Code