Merge pull request 'fix: Hourly' (!262) from improve-stale into main
Reviewed-on: #262
This commit is contained in:
commit
39feba7d1d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
name: "Close stale issues and PRs"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
- cron: "@hourly"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
Reference in a new issue