Skip to content

Close stale issues and PRs #696

Close stale issues and PRs

Close stale issues and PRs #696

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale and will be closed soon. If you feel this issue is still relevant, please comment to keep it active. Please also consider working on a fix and submitting a PR.'
stale-pr-message: 'This PR is stale and will be closed soon. If you feel this PR is still relevant, please comment asking for reviews.'
operations-per-run: 100