Skip to content

Close stale issues and PRs #753

Close stale issues and PRs

Close stale issues and PRs #753

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 7
days-before-close: 3
days-before-pr-stale: -1
days-before-pr-close: -1
close-issue-message: 'This issue was closed because it has been stalled for 3 days with no activity.'
stale-issue-label: stale
stale-pr-label: stale
remove-issue-stale-when-updated: true
only-labels: question