From 3cdd733b48e4347e39c55aa15017bfb0c9f8b9e6 Mon Sep 17 00:00:00 2001 From: Tyler Marien Date: Wed, 5 Nov 2025 11:53:20 -0600 Subject: [PATCH] chore: remove workflows --- .github/workflows/stale.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index b59b147..0000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: 'Close stale PRs' -on: - schedule: - - cron: '30 6 1 * *' # 6:30 am UTC: 1:30 am EST on 1st day of the month - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v4 - with: - days-before-stale: 30 - days-before-close: 30 - stale-pr-message: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. - close-pr-message: > - This issue has been automatically closed because it has had no activity - for over 90 days. Please re-open if you feel this was done in error. - exempt-pr-labels: 'dependabot,depfu,dependencies,security'