lazy.nvim/.github/workflows/stale.yml

11 lines
157 B
YAML
Raw Normal View History

2024-07-05 22:00:54 +08:00
name: Stale Issues & PRs
on:
schedule:
- cron: "30 1 * * *"
jobs:
ci:
uses: folke/github/.github/workflows/stale.yml@main
secrets: inherit