From f7813a23f3be994d86a1eb1c957bcdbd30ccebee Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Sun, 23 Feb 2025 17:37:43 -0500 Subject: [PATCH] ci: remove stale workflow --- .github/workflows/stale.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/stale.yaml diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml deleted file mode 100644 index 3cd81ae..0000000 --- a/.github/workflows/stale.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: 'Close stale issues and PRs' -on: - schedule: - - cron: '30 1 * * *' - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - 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: 360 - days-before-close: 30 \ No newline at end of file