From 9ad91c714e093554370af9f90b38808e63e4a856 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Fri, 10 Nov 2023 17:11:46 -0500 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index affc92476..55c0d2658 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,8 +1,9 @@ name: 'Close stale issues and PRs' on: -schedule: - - cron: '0 0 * * *' + schedule: + - cron: '0 0 * * *' workflow_dispatch: + permissions: contents: write # only for delete-branch option issues: write