mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 06:36:34 +00:00
11 lines
236 B
YAML
11 lines
236 B
YAML
name: Stale Issues & PRs
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 1 * * *"
|
|
|
|
jobs:
|
|
stale:
|
|
if: contains(fromJSON('["folke", "LazyVim"]'), github.repository_owner)
|
|
uses: folke/github/.github/workflows/stale.yml@main
|
|
secrets: inherit
|