From adff0ee58aa273693d097ac7aea14756e6a55563 Mon Sep 17 00:00:00 2001 From: Jesse Cooper Date: Thu, 7 Nov 2024 08:23:20 -0600 Subject: [PATCH] chore: ensure proper permissions of action --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a6bcf97..a13a193 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,8 @@ name: 'Close stale issues and PRs' on: schedule: - cron: '30 1 * * *' - +permissions: + issues: write jobs: stale: runs-on: ubuntu-latest