mirror of
https://github.com/ivuorinen/github-base-template.git
synced 2026-01-26 03:14:01 +00:00
14 lines
208 B
YAML
14 lines
208 B
YAML
---
|
|
name: Stale
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
schedule:
|
|
- cron: "0 8 * * *"
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stale:
|
|
uses: ivuorinen/.github/.github/workflows/stale.yml@main
|