diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index affc924..55c0d26 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