From 30e0266658c07f2a2f781444b18b09c62c042565 Mon Sep 17 00:00:00 2001 From: Wyatt Walter Date: Thu, 29 Jan 2026 16:08:46 -0600 Subject: [PATCH] fix: mark stale action couldn't read contents --- .github/workflows/pr-automation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 41d3f8d5e0f5..4da1eb419453 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -43,6 +43,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write + contents: read defaults: run: shell: bash