From 8e31f7075f9462f498d154ba16c57ae6cb973fed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:53:04 +0000 Subject: [PATCH 1/2] Initial plan From 35a87b637b1d65f529ea42cfdec152f675452842 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:54:46 +0000 Subject: [PATCH 2/2] Fix GitHub Actions PR creation permission issue by removing persist-credentials: false Co-authored-by: ZR233 <34859362+ZR233@users.noreply.github.com> --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2691eca..71a344f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,10 @@ jobs: group: release-plz-${{ github.ref }} cancel-in-progress: false steps: - - *checkout + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 - *install-rust - *setup-libudenv - name: Run release-plz