From b59281ce52a44a1198f20bf8e2938735d74efacc Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 7 Dec 2021 20:09:04 -0800 Subject: [PATCH] Reland: Update no response action to include the fix to sort bugs properly (#94837) --- .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 d23157d0fbf..79cae48251e 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@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb + - uses: godofredoc/no-response@0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09 with: token: ${{ github.token }} # Comment to post when closing an Issue for lack of response. Set to `false` to disable