Temporary remove cron trigger from stale action (#17586)
* Temporary remove cron trigger from stale action * Update stale_prs_and_issues.yml
This commit is contained in:
parent
2120e5ffe3
commit
2f3efede4d
5
.github/workflows/stale_prs_and_issues.yml
vendored
5
.github/workflows/stale_prs_and_issues.yml
vendored
@ -1,8 +1,5 @@
|
||||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
on: workflow_dispatch
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
Loading…
Reference in New Issue
Block a user