mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-07 03:14:30 +02:00
ci: fix stale workflow
This commit is contained in:
parent
d6dea2247c
commit
90d8ff27d2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -1,7 +1,9 @@
|
||||||
name: Close stale issues and PRs
|
name: Close stale issues and PRs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "30 1 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue