Skip to content

Mark stale issues and PRs #124

Mark stale issues and PRs

Mark stale issues and PRs #124

Workflow file for this run

name: Mark stale issues and PRs
on:
schedule:
- cron: '0 0 * * *' # Runs daily
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 30
stale-issue-message: 'This issue has been inactive for 30 days.'
days-before-close: -1 # Never close, just comment