lazyvim/.github/workflows/stale.yml
Folke Lemaitre 6eb8cacd0f
ci: update
2024-07-05 15:31:26 +02:00

10 lines
157 B
YAML

name: Stale Issues & PRs
on:
schedule:
- cron: "30 1 * * *"
jobs:
ci:
uses: folke/github/.github/workflows/stale.yml@main
secrets: inherit