Skip to content

Stale

Stale #604

Workflow file for this run

---
name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: '0 8 * * *'
workflow_call:
workflow_dispatch:
jobs:
stale:
permissions:
contents: write
issues: write
pull-requests: write
uses: ivuorinen/.github/.github/workflows/stale.yml@main