Merged
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1174Or
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1174" |
Contributor
There was a problem hiding this comment.
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-awv0.61.0 (and related AWF/tooling updates) and refreshes the compiled.lock.yml. - Updates the
aspire-upgradeworkflow source (.md) with expanded instructions and revised frontmatter (permissions/network/toolsets). - Updates internal agent documentation and action pinning metadata to reference the new
gh-awversion.
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-upgradeat 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**. |
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.
Closes #<ISSUE_NUMBER>
PR Checklist
Other information