From 216c9364ffb2268f51be3e0c35ecfa11a61012fa Mon Sep 17 00:00:00 2001 From: Alex Surtees Date: Thu, 21 May 2026 10:33:48 +0100 Subject: [PATCH 1/2] Allow workflow to pass from forked repo PR --- .github/workflows/test.yml | 1 - biome.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f901fb70..6e13d5b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,6 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 - token: ${{ secrets.GH_PAT }} - name: Setup pnpm uses: pnpm/action-setup@v4 diff --git a/biome.json b/biome.json index ea70492e..039ef74d 100644 --- a/biome.json +++ b/biome.json @@ -24,7 +24,7 @@ } }, "files": { - "ignore": ["python"] + "ignore": ["python", "package.json", "viewer/package.json"] }, "vcs": { "enabled": true, From aa35ea001a937ae7d005e785e1b783166067ebab Mon Sep 17 00:00:00 2001 From: AlexSurtees <56356652+AlexSurtees@users.noreply.github.com> Date: Wed, 27 May 2026 07:52:31 +0100 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 039ef74d..f3710060 100644 --- a/biome.json +++ b/biome.json @@ -24,7 +24,7 @@ } }, "files": { - "ignore": ["python", "package.json", "viewer/package.json"] + "ignore": ["python", "**/package.json"] }, "vcs": { "enabled": true,