From 53196b1cbbd7c8beb5966dd0bb6dc425f41f3ab7 Mon Sep 17 00:00:00 2001 From: devfive Date: Mon, 14 Sep 2026 19:27:55 +0900 Subject: [PATCH] Write the changepack log without a BOM PowerShell's Set-Content wrote a UTF-8 byte order mark, and changepacks rejects it: 'Failed to parse changepack log ...: expected value at line 1 column 1'. Because the workflow runs on pull_request_target it reads this file from main, so every pull request fails its changepacks check until main itself is repaired. Match the single-line shape the other logs use. --- .../changepack_log_F7sKFk0VHuuAuj0_bSvZ7.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.changepacks/changepack_log_F7sKFk0VHuuAuj0_bSvZ7.json b/.changepacks/changepack_log_F7sKFk0VHuuAuj0_bSvZ7.json index c849cf46..2b9c52ee 100644 --- a/.changepacks/changepack_log_F7sKFk0VHuuAuj0_bSvZ7.json +++ b/.changepacks/changepack_log_F7sKFk0VHuuAuj0_bSvZ7.json @@ -1,12 +1 @@ -{ - "changes": { - "libs/braillify/Cargo.toml": "Patch", - "packages/c/Cargo.toml": "Patch", - "packages/dotnet/Braillify/Braillify.csproj": "Patch", - "packages/dotnet/BraillifyNet/BraillifyNet.csproj": "Patch", - "packages/node/package.json": "Patch", - "packages/python/pyproject.toml": "Patch" - }, - "note": "RUEB 10.7.4: the ever contraction is blocked only by a preceding e or i, not by every vowel", - "date": "2026-09-14T02:42:58.0000000Z" -} +{"changes":{"libs/braillify/Cargo.toml":"Patch","packages/c/Cargo.toml":"Patch","packages/dotnet/Braillify/Braillify.csproj":"Patch","packages/dotnet/BraillifyNet/BraillifyNet.csproj":"Patch","packages/node/package.json":"Patch","packages/python/pyproject.toml":"Patch"},"note":"RUEB 10.7.4: the ever contraction is blocked only by a preceding e or i, not by every vowel","date":"2026-09-14T02:42:58.0000000Z"} \ No newline at end of file