accidently disabled stale in testing code
This commit is contained in:
Aaron Liu
2023-11-10 17:10:22 -05:00
committed by GitHub
parent 1677a6e484
commit c9a5c5a8c2

View File

@@ -1,9 +1,8 @@
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