Skip to content

Stale

Stale #11

Workflow file for this run

name: Stale
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue has been inactive for 30 days. It will be closed in 7 days if there is no activity.'
days-before-stale: 30
days-before-close: 7