Enable cron trigger for stale PR/issues action (#17689)
This commit is contained in:
parent
d1e73f2ffe
commit
14bdfbc016
5
.github/workflows/stale_prs_and_issues.yml
vendored
5
.github/workflows/stale_prs_and_issues.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: 'Close stale issues and PRs'
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
Loading…
Reference in New Issue
Block a user