From 55e8bb3c8ca0402fec0d7bf28192c16bb07bed55 Mon Sep 17 00:00:00 2001 From: saganatt <8majak8@gmail.com> Date: Tue, 23 Sep 2025 12:10:43 +0200 Subject: [PATCH] Remove the stale action from my fork --- .github/workflows/stale.yml | 16 ---------------- 1 file changed, 16 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 23f454aaca950..0000000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: "Close stale issues" -on: - schedule: - - cron: "0 0 * * *" - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v10 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-pr-message: 'This PR did not have any update in the last 30 days. Is it still needed? Unless further action in will be closed in 5 days.' - stale-pr-label: 'stale' - days-before-stale: 30 - days-before-close: 5