From c818cc72884b1c460d9d19d7513ce57e19ee87f4 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Wed, 30 Apr 2025 15:00:25 +0200 Subject: [PATCH] Remove annoying `no-response`GitHub workflow --- .github/workflows/no-response.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/no-response.yml diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml deleted file mode 100644 index fa1c215..0000000 --- a/.github/workflows/no-response.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: 🥺 No Response - -on: - schedule: - # Schedule for five minutes after the hour, every hour - - cron: "5 * * * *" - -permissions: - issues: write - pull-requests: write - -jobs: - stale: - if: github.repository == 'eslint-community/eslint-formatter-codeframe' - runs-on: ubuntu-latest - steps: - - name: 🥺 Handle Ghosting - uses: actions/stale@v9 - with: - close-issue-message: > - This issue has been automatically closed because we haven't received a - response from the original author 🙈. This automation helps keep the issue - tracker clean from issues that aren't actionable. Please reach out if you - have more information for us! 🙂 - close-pr-message: > - This PR has been automatically closed because we haven't received a - response from the original author 🙈. This automation helps keep the issue - tracker clean from PRs that aren't actionable. Please reach out if you - have more information for us! 🙂