Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Close stale issues #136

Close stale issues

Close stale issues #136

Workflow file for this run

name: "Close stale issues"
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days."
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
days-before-stale: 30
days-before-pr-close: -1
any-of-issue-labels: 'awaiting author response'