Update stale.yml

update to move it to a cron schedule
This commit is contained in:
Darren Schroeder 2021-07-07 14:09:31 -05:00 committed by GitHub
parent 1911aad57f
commit 720217a5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
name: 'Close stale issues and PRs'
on: [workflow_dispatch]
#schedule:
# - cron: '30 1 * * *'
#on: [workflow_dispatch]
on:
schedule:
- cron: '30 1 * * *'
permissions:
issues: write