From 0870f295e196a4d38bbdabe2d4590d9d79013d23 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 7 Dec 2021 16:45:41 -0800 Subject: [PATCH] Revert "Update no response action to include the fix to sort bugs properly. (#94829)" (#94833) This reverts commit 7d3b13638ff6d3338b461d890adc0dffe9851324. --- .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 b5e5c22b5b..d23157d0fb 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: godofredoc/no-response@66174372c9c5576aa8a4287e33653f2fdd12d517 + - 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