From 29409443718ebe604219b4068e56e142b00467d1 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Tue, 15 Mar 2022 16:37:56 -0400 Subject: [PATCH] Revert "Automatically remove "awaiting response" label on-comment (#1129)" (#1142) This reverts commit 443b124eed5e50c0d75b233cf089c8fd40da9449. --- .github/workflows/awaiting-response.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/awaiting-response.yml diff --git a/.github/workflows/awaiting-response.yml b/.github/workflows/awaiting-response.yml deleted file mode 100644 index 48fcd31f0..000000000 --- a/.github/workflows/awaiting-response.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: awaiting response -on: - issue_comment: - types: [created] - schedule: - - cron: '5 * * * *' -jobs: - noResponse: - runs-on: ubuntu-latest - steps: - - uses: lee-dohm/no-response@v0.5.0 - with: - closeComment: > - This issue has been automatically closed because it has been blocked for too - long on a response that wasn't provided. Of course, if the needed response - is provided later, re-open this ticket so that we can progress it further. :) - responseRequiredLabel: awaiting response - responseRequiredColor: d4c5f9 - token: ${{ github.token }}