diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 5dcf071..3cd81ae 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -10,5 +10,5 @@ jobs: - uses: actions/stale@v9 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 \ No newline at end of file + days-before-stale: 360 + days-before-close: 30 \ No newline at end of file