Skip to content

More AW updates#1174

Merged
aaronpowell merged 2 commits intomainfrom
aw-improvement
Mar 18, 2026
Merged

More AW updates#1174
aaronpowell merged 2 commits intomainfrom
aw-improvement

Conversation

@aaronpowell
Copy link
Copy Markdown
Member

Closes #<ISSUE_NUMBER>

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • New integration
    • Docs are written
    • Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Other information

Copilot AI review requested due to automatic review settings March 18, 2026 05:53
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 18, 2026

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1174

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1174"

@aaronpowell aaronpowell added the skip-nuget-publish Skips publishing to NuGet when merging to the `main` branch. label Mar 18, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s GitHub Agentic Workflow configuration for the aspire-upgrade workflow, primarily reflecting a gh-aw upgrade and related workflow/prompt adjustments.

Changes:

  • Upgrades generated agentic workflow artifacts to gh-aw v0.61.0 (and related AWF/tooling updates) and refreshes the compiled .lock.yml.
  • Updates the aspire-upgrade workflow source (.md) with expanded instructions and revised frontmatter (permissions/network/toolsets).
  • Updates internal agent documentation and action pinning metadata to reference the new gh-aw version.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/aspire-upgrade.md Updates agentic workflow frontmatter (permissions/network/toolsets) and adds more explicit upgrade instructions.
.github/workflows/aspire-upgrade.lock.yml Regenerated compiled workflow output from gh aw compile for the upgraded gh-aw version.
.github/aw/actions-lock.json Updates pinned gh-aw setup action entry to v0.61.0.
.github/agents/agentic-workflows.agent.md Updates linked gh-aw documentation/prompt URLs to v0.61.0.
Comments suppressed due to low confidence (1)

.github/workflows/aspire-upgrade.md:27

  • There are two consecutive top-level headings # aspire-upgrade (lines 22 and 26). This renders duplicate titles in the generated prompt and makes the workflow instructions harder to read. Remove one of the duplicate headings (keep a single # aspire-upgrade at the top).
# aspire-upgrade

The target version prefix is **13.2**.

# aspire-upgrade


You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 1 to +8
---
description: Updates Aspire SDK to the latest nightly build
on:
workflow_dispatch:
concurrency: aspire-upgrade
permissions:
contents: read
issues: read
pull-requests: read
engine: copilot
Comment on lines +78 to +104
<!--
## TODO: Customize this workflow

The workflow has been generated based on your selections. Consider adding:

- [ ] More specific instructions for the AI
- [ ] Error handling requirements
- [ ] Output format specifications
- [ ] Integration with other workflows
- [ ] Testing and validation steps

## Configuration Summary

- **Trigger**: Manual trigger
- **AI Engine**: copilot
- **Tools**: github, edit, bash
- **Safe Outputs**: create-pull-request
- **Network Access**: ecosystem

## Next Steps

1. Review and customize the workflow content above
2. Remove TODO sections when ready
3. Run `gh aw compile` to generate the GitHub Actions workflow
4. Test the workflow with a manual trigger or appropriate event
-->

Comment on lines +22 to 24
# aspire-upgrade

The target version prefix is **13.2**.
@aaronpowell aaronpowell merged commit 69ba288 into main Mar 18, 2026
117 of 121 checks passed
@aaronpowell aaronpowell deleted the aw-improvement branch March 18, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-nuget-publish Skips publishing to NuGet when merging to the `main` branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants