From 155b2d8fabb8691e0ee2a65377dcf9585b21ea24 Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Thu, 24 Apr 2025 10:29:41 +0200 Subject: [PATCH] Delete .github/workflows/stale.yml (#1194) --- .github/workflows/stale.yml | 28 ---------------------------- 1 file changed, 28 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 54716307..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: 'stale' - -on: - schedule: - - cron: "0 8 * * *" - -jobs: - stale: - runs-on: ubuntu-24.04 - steps: - - uses: actions/stale@v9 - with: - # Issues - days-before-issue-stale: 60 - stale-issue-message: - "This issue is stale because it has been open for 60 days with no activity. - What is the action to take here?" - days-before-issue-close: -1 - - # Pull requests - delete-branch: true - days-before-pr-stale: 30 - stale-pr-message: - "This PR is stale because it has been open for 45 days with no activity. Remove - the `stale` label or comment or this will be closed in 30 days." - days-before-pr-close: 30 - close-pr-message: - "This PR was closed because it has been marked stale for 30 days with no activity."