Skip to content

Stale

Stale #88

Workflow file for this run

---
name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: '30 1 * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 90
days-before-close: 15