Skip to content

Stale

Stale #34

Workflow file for this run

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