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

Update stale-issues.yml #576

Update stale-issues.yml

Update stale-issues.yml #576

Workflow file for this run

# name: 'Close stale issues and PRs'
# on:
# schedule:
# - cron: '30 1 * * *'
# workflow_dispatch:
# jobs:
# stale:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/stale@v6
# with:
# 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 5 days.'
# days-before-stale: 30
# days-before-close: 5