Skip to content

Close stale issues #30593

Close stale issues

Close stale issues #30593

Workflow file for this run

name: "Close stale issues"
on:
schedule:
# hourly
- cron: "0 * * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
only-labels: "More Info Requested"
stale-issue-message: "Greetings! It looks like this issue hasn't been active for a while. Because it has been some time since the last update on this, and in the absence of more information, we will be closing this issue soon. Please feel free to provide a comment to prevent automatic closure, or if the issue is already closed, please feel free to open a new one."
stale-issue-label: "Closing Soon"
# Issue timing
days-before-stale: 45
days-before-close: 15