Skip to content

Close stale issues and PR #635

Close stale issues and PR

Close stale issues and PR #635

Workflow file for this run

name: Close stale issues and PR
on:
schedule:
- cron: "30 1 * * *"
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
with:
days-before-stale: 90
days-before-close: 30
days-before-pr-close: -1
stale-issue-message: |
This issue had no activity for more than 90 days. Labelling as stale.
It'll be automatically closed withing 30 days of no activity.