Enable cron trigger for stale PR/issues action (#17689)

This commit is contained in:
Alexey Kazakov 2023-05-23 17:33:12 +01:00 committed by GitHub
parent d1e73f2ffe
commit 14bdfbc016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: 'Close stale issues and PRs' name: 'Close stale issues and PRs'
on: workflow_dispatch on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions: permissions:
issues: write issues: write