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

.github/workflows/stale-issues.yml #544

.github/workflows/stale-issues.yml

.github/workflows/stale-issues.yml #544

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