[Auto Update] Agentic workflows — fix safe-outputs config and apply pending upgrade#19756
Open
Copilot wants to merge 4 commits into
Open
[Auto Update] Agentic workflows — fix safe-outputs config and apply pending upgrade#19756Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
- Updated actions/github-script from v8 to v9 - Updated github/gh-aw-actions/setup from v0.68.3 to v0.72.1 - Updated github/gh-aw/actions/setup from v0.67.2 to v0.72.1 - Updated actions-lock.json with pinned container images - Recompiled all workflow lock files - Updated agent file to v0.72.1 references - Fixed aw-auto-update.md safe-outputs config: - Added github-app config for workflows permission - Added allow-workflows: true for create-pull-request and push-to-pull-request-branch - Changed protected-files from fallback-to-issue to allowed Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update agentic workflow infrastructure via gh aw upgrade
[Auto Update] Agentic workflows — fix safe-outputs config and apply pending upgrade
May 18, 2026
Contributor
✅ No release notes required |
- Resolve merge conflict in labelops-pr-maintenance.lock.yml (keep full container pinning from upgrade, use main's frontmatter_hash) - Add missing 'name' field to agentic-workflows.agent.md frontmatter (fixes 'Validate skills and agents' CI failure) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
T-Gro
approved these changes
May 20, 2026
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.
The
aw-auto-updateworkflow run (#25949164516) successfully rangh aw upgradebut failed to push results. Two root causes:protect_top_level_dot_folders: true(default) +protected-files: fallback-to-issueblocked all.github/pushesworkflows:write, required by GitHub for pushing.github/workflows/filesSafe-outputs fix (
aw-auto-update.md)github-app:config to provide a token withworkflows:writeallow-workflows: trueon bothcreate-pull-requestandpush-to-pull-request-branchprotected-files: fallback-to-issue→allowed(this workflow is explicitly designed to manage these files)One-time upgrade (what the failed run was trying to do)
actions/github-scriptv8 → v9.0.0github/gh-aw-actions/setupv0.68.3 → v0.72.1github/gh-aw/actions/setupv0.67.2 → v0.72.1actions-lock.jsonwith new SHAs + container image pins.github/agents/agentic-workflows.agent.mdreferences to v0.72.1Prerequisite
Repo needs
vars.APP_IDandsecrets.APP_PRIVATE_KEYconfigured with a GitHub App that hasworkflows:writeinstalled ondotnet/fsharp.