Skip to content

Close stale issues and PRs #917

Close stale issues and PRs

Close stale issues and PRs #917

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue is inactive and so will be closed automatically.'
stale-pr-message: 'This pull-request is inactive and so will be closed automatically.'