From 34fc5ef25702ca14519812beecb920143da6cc85 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 00:19:25 +0000 Subject: [PATCH 1/2] Initial plan From 2726972560a629e87f94eeee029104edf67890f5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 00:21:26 +0000 Subject: [PATCH 2/2] ci: add pull-requests write permission to fix jacoco-report comment error Co-authored-by: blindzero <13959569+blindzero@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d032b6a3..7a731708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: contents: read actions: write checks: write + pull-requests: write strategy: fail-fast: false