From e30a55fde63098f737830d6c81ed67be442741ec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:58:46 +0000 Subject: [PATCH 1/2] Initial plan From f6782b8eb31d7893621fdbb6fab12be258e6aabc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 18 Jul 2025 16:02:31 +0000 Subject: [PATCH 2/2] Add explanatory comment to contents: write permission in auto-spotless-apply.yml Co-authored-by: trask <218610+trask@users.noreply.github.com> --- .github/workflows/auto-spotless-apply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-spotless-apply.yml b/.github/workflows/auto-spotless-apply.yml index 47379ec8a..192a1d8c9 100644 --- a/.github/workflows/auto-spotless-apply.yml +++ b/.github/workflows/auto-spotless-apply.yml @@ -13,7 +13,7 @@ jobs: apply: runs-on: ubuntu-latest permissions: - contents: write + contents: write # required for pushing changes pull-requests: write steps: - name: Download patch