From 8268d26f05cff19ad6e9e067a356bf0f6c5b6d23 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 7 Jan 2025 10:54:01 +0100 Subject: [PATCH] Delete .github/workflows/stale.yml Signed-off-by: Marcel Klehr --- .github/workflows/stale.yml | 25 ------------------------- 1 file changed, 25 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 a80fecbf..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: 'Close stale issues and PRs' -on: - schedule: - - cron: '30 1 * * *' - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v8 - with: - stale-issue-message: | - Hello :wave: - This issue is waiting for a response by the original poster for 2 weeks. We cannot keep track of whether individual issues - have resolved themselves or still require attention without user interaction. We're thus adding the stale label to this issue to schedule - it for getting closed in 5 days time. If you believe this issue is still valid and should be fixed, you can add a comment - or remove the label to avoid it getting closed. - - Cheers :blue_heart: - close-issue-message: 'This issue was closed because it has been stale for 5 days with no activity.' - days-before-issue-stale: 14 - days-before-issue-close: 5 - days-before-pr-close: -1 - only-labels: 'waiting for more information' - exempt-issue-labels: 'enhancement' \ No newline at end of file