From b68bb4ac8f29d742ef3d76a8eeb3aab3eaae2c57 Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Wed, 7 Feb 2024 10:11:32 +0100 Subject: [PATCH] stale: enable cache only 30 PRs are processed per day, so cache is needed to keep state and continue from the last PRs of the last days. --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 00910a77f7c49..4c304a5c91067 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,6 +18,7 @@ jobs: permissions: pull-requests: write issues: read + actions: write steps: