From 1df983a779001c72fba61eee3a785b759ec2c261 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:15:40 +0000 Subject: [PATCH 1/2] Initial plan From dd4b481f25d10661b7531c9e9703b027831bcb3d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:18:36 +0000 Subject: [PATCH 2/2] Add actions: write permission to stale workflow Co-authored-by: trask <218610+trask@users.noreply.github.com> --- .github/workflows/stale.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 79b3c55ec3..f75ceaed05 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -11,6 +11,7 @@ jobs: stale: permissions: + actions: write # because actions/stale deletes its old cache before saving new one issues: write # required for labeling and closing stale issues pull-requests: write # required for labeling and closing stale PRs