From a1fc396aad2c14c661a73443ed91a49aa4ce576d Mon Sep 17 00:00:00 2001 From: canove Date: Wed, 14 May 2025 07:53:40 -0300 Subject: [PATCH] chore: fix stale workflow --- .github/workflows/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index dc509f9..902817b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,6 +3,9 @@ name: Mark stale issues and pull requests on: schedule: - cron: "30 1 * * *" +permissions: + issues: write + pull-requests: write jobs: stale: