From 09a1275be0ad02047000199a0b101ff328816906 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 21 Oct 2021 14:57:52 -0700 Subject: [PATCH] Revert "Update the version of no-response bot. (#92281)" (#92288) This reverts commit ba8cb1fc891cf8904ac0e3d1df17a14975930afd. --- .github/workflows/no-response.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-response.yaml b/.github/workflows/no-response.yaml index 1b029f42fe79d..d23157d0fbf77 100644 --- a/.github/workflows/no-response.yaml +++ b/.github/workflows/no-response.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository == 'flutter/flutter' }} steps: - - uses: lee-dohm/no-response@caff5e7de24d19659c31dda1ff2520a3f6a88370 + - uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb with: token: ${{ github.token }} # Comment to post when closing an Issue for lack of response. Set to `false` to disable