From f5d14b30d450abadb258ea8f2d361d5e811f335b Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Tue, 23 Jul 2024 13:23:12 -0700 Subject: [PATCH] also add actions:write permission to actions/stale (#75193) This is needed for cache handling with the current version. They have an issue open at https://github.com/actions/stale/issues/1133 about it. --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0ca2cc0fd7a23..a0bc8f4b41abc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '30 * * * *' permissions: + actions: write contents: write issues: write pull-requests: write