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"
|
name: "Close stale issues and PRs"
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 1 * * *"
|
- cron: "@hourly"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
Reference in a new issue