Commit 0ea97a5
build: reorder workspace patterns for changelog CI compatibility
The changelog-check script in github-tools iterates workspace patterns
in order and returns the first match. With "packages/*" listed first,
files under packages/snaps/simple-keyring/ resolve to the phantom
"packages/snaps" package (which has no package.json), causing the CI
check to fail.
Listing more specific patterns first ensures files under
packages/snaps/ correctly resolve to their actual package, which is
marked private and is therefore skipped by the changelog check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1057311 commit 0ea97a5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments