From 1da7be66bd680eb67d04b8972ca87a9f2e3d5fb3 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Tue, 21 Jan 2025 12:03:42 +0700 Subject: [PATCH] Delete .github/workflows/stale-branches.yml Stops old branches from being purged --- .github/workflows/stale-branches.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/stale-branches.yml diff --git a/.github/workflows/stale-branches.yml b/.github/workflows/stale-branches.yml deleted file mode 100644 index 9248b8694a..0000000000 --- a/.github/workflows/stale-branches.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Stale Branches - -on: - schedule: - - cron: '0 6 * * 1-5' - -permissions: - issues: write - contents: write - -jobs: - stale_branches: - runs-on: ubuntu-latest - steps: - - name: Stale Branches - uses: crs-k/stale-branches@v2.0.1 - with: - repo-token: '${{ secrets.GITHUB_TOKEN }}' - days-before-stale: 30 - days-before-delete: 45 - comment-updates: false - max-issues: 20 - tag-committer: false - stale-branch-label: 'stale branch 🗑️' - compare-branches: 'info'