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

View File

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