ci: fix stale workflow
This commit is contained in:
1 file changed
+3
-1
@@ -1,7 +1,9 @@
|
||||
name: Close stale issues and PRs
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
||||
Reference in new issue
Block a user