From 8b4ba23328af7453c314f656c484e06da7130a8b Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 18 May 2026 14:32:50 +0300 Subject: [PATCH] chore: remove stale bot --- .github/workflows/stale.yml | 24 ------------------------ 1 file changed, 24 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 15f381ad..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Close stale issues and PRs -on: - schedule: - - cron: 0 10 * * * - -permissions: - issues: write - pull-requests: write - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10 - with: - days-before-stale: 30 - stale-pr-message: This PR has been inactive for 30 days and will be marked as stale. - stale-issue-message: This issue has been inactive for 30 days and will be marked as stale. - close-issue-message: Closed for inactivity. - close-pr-message: Closed for inactivity. - stale-issue-label: stale - stale-pr-label: stale - exempt-issue-labels: pinned - exempt-pr-labels: pinned