docs: record breaking change for gh aw add rejecting packages with aw.yml config#46273
Merged
pelikhan merged 3 commits intoJul 18, 2026
Merged
Conversation
6 tasks
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…onfig Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Analyze daily breaking changes for July 17, 2026
docs: record breaking change for Jul 17, 2026
gh aw add rejecting packages with aw.yml config
pelikhan
marked this pull request as ready for review
July 18, 2026 05:31
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the breaking gh aw add behavior for packages with aw.yml configuration.
Changes:
- Adds a major changeset and changelog migration guidance.
- Regenerates workflow lock metadata.
- Changes the auto-upgrade schedule.
Show a summary per file
| File | Description |
|---|---|
.changeset/breaking-aw-add-config-packages.md |
Adds the major changeset and migration guidance. |
CHANGELOG.md |
Records the breaking change. |
.github/workflows/skillet.lock.yml |
Refreshes generated action metadata. |
.github/workflows/release.lock.yml |
Refreshes generated action metadata. |
.github/workflows/hourly-ci-cleaner.lock.yml |
Refreshes generated action metadata. |
.github/workflows/avenger.lock.yml |
Refreshes generated action metadata. |
.github/workflows/agentic-auto-upgrade.yml |
Reschedules weekly auto-upgrades. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (2)
CHANGELOG.md:449
- This migration condition has the same scope mismatch:
gh aw addrejects packages with any config entry, not only interactive ones. Users of non-interactive entries would otherwise miss that they must migrate.
- Replace `gh aw add <package>` with `gh aw add-wizard <package>` for any
package that declares interactive config steps in `aw.yml`.
.changeset/breaking-aw-add-config-packages.md:10
- This migration guidance only mentions interactive config, but the command rejects any non-empty
configlist. Broaden the wording so packages containing non-interactive entries are covered too.
- Replace `gh aw add <package>` with `gh aw add-wizard <package>` for any package that declares interactive config steps in `aw.yml`.
- Files reviewed: 7/7 changed files
- Comments generated: 3
- Review effort level: Medium
Comment on lines
+443
to
+445
| Running `gh aw add <package>` on a package that declares interactive config | ||
| steps in `aw.yml` now returns an error instead of installing with a TODO | ||
| placeholder message. |
|
|
||
| `gh aw add` now errors for packages that declare `aw.yml` config steps instead of installing with a TODO message. | ||
|
|
||
| **⚠️ Breaking Change**: Running `gh aw add <package>` on a package that declares interactive config steps in `aw.yml` now returns an error instead of silently installing with a placeholder TODO. |
| on: | ||
| schedule: | ||
| - cron: "21 3 * * 5" # Weekly (auto-upgrade) | ||
| - cron: "11 4 * * 6" # Weekly (auto-upgrade) |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
gh aw addnow returns an error (instead of a silent TODO install) when a package declaresaw.ymlconfig steps. This documents that behavior change for the upcoming major release.Changes
.changeset/breaking-aw-add-config-packages.md—majorbump changeset with migration guidanceCHANGELOG.md— New entry underUnreleased > Breaking Changesdescribing the behavior and migration pathMigration
For non-interactive automation, verify whether the target package supports a config-free installation path.