ci: upgrade gh-aw to v0.71.5 and disable repo-assist schedule#295
Merged
ci: upgrade gh-aw to v0.71.5 and disable repo-assist schedule#295
Conversation
Bumps github/gh-aw-actions/setup from v0.68.3 to v0.71.5 and actions/github-script to v9.0.0, regenerating .github/workflows/repo-assist.lock.yml and adding the new .github/agents/agentic-workflows.agent.md and .github/workflows/copilot-setup-steps.yml emitted by the new gh-aw version. Also disables the daily schedule for repo-assist to reduce Copilot token consumption: the `schedule: every 24h` line in .github/workflows/repo-assist.md and the corresponding `schedule:` / `- cron: "48 */24 * * *"` block in .github/workflows/repo-assist.lock.yml are commented out. The workflow can still be triggered via workflow_dispatch, slash_command (/repo-assist), and the "eyes" reaction. 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/setupfrom v0.68.3 → v0.71.5 andactions/github-scriptto v9.0.0 (.github/aw/actions-lock.json); regenerates.github/workflows/repo-assist.lock.ymland lands the new.github/agents/agentic-workflows.agent.mdand.github/workflows/copilot-setup-steps.ymlfiles emitted by the new gh-aw version.repo-assistto cut Copilot token usage: comments outschedule: every 24hin.github/workflows/repo-assist.mdand the correspondingschedule:/- cron: "48 */24 * * *"block in.github/workflows/repo-assist.lock.yml. The workflow remains triggerable viaworkflow_dispatch, the/repo-assistslash command, and theeyesreaction.Test plan
repo-assistruns appear after merge (check Actions → repo-assist runs over the next ~24h).repo-assistmanually viaworkflow_dispatchto confirm the workflow still runs end-to-end on the new gh-aw version./repo-assist <instructions>slash command still triggers the workflow from a comment.eyesreaction trigger still works.🤖 Generated with Claude Code