Merged
Conversation
- Installs gh-aw extension using official installation script - Runs gh aw update to update workflow definitions - Runs gh aw compile to compile workflows - Automatically commits and pushes any changes - Scheduled to run weekly on Sundays - Can be manually triggered via workflow_dispatch Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add update action workflow for gh aw cli
Add automated workflow update action
Dec 20, 2025
pelikhan
reviewed
Dec 20, 2025
- Remove gh CLI installation step (always installed on runners) - Replace 'gh aw update' with 'gh aw init' - Update commit message to reflect gh aw init Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
reviewed
Dec 20, 2025
- Changed from "0 0 * * 0" to "23 0 * * 0" - Runs at 00:23 UTC instead of 00:00 UTC to avoid load spikes Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.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.
Automates the process of initializing and compiling agentic workflow definitions via scheduled GitHub Actions workflow.
Implementation
Created
.github/workflows/update-workflows.ymlwith:install-gh-aw.shscript to install thegh awCLI extensiongh aw initfollowed bygh aw compilegithub-actions[bot]identityKey Details
Workflow uses
contents: writepermission to enable pushing commits back to the repository. The gh CLI is pre-installed on GitHub Actions runners, so no additional installation is required. The cron schedule uses a randomized minute (23) to distribute load across GitHub Actions infrastructure.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.