Skip to content

Close stale issues and PRs #824

Close stale issues and PRs

Close stale issues and PRs #824

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
days-before-stale: 31
days-before-close: 0
stale-issue-message: ''
stale-pr-message: ''
close-issue-message: 'Closing this issue because it has been awaiting a response from its author for more than a month. Please provide the requested information and this issue will be re-opened.'
only-issue-labels: 'blocked,awaiting-author'
only-pr-labels: 'Stale'