From bac0589539a1bea104c6fa3fb6abfc002e72ed58 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Mon, 26 Jun 2023 09:02:07 -0700 Subject: [PATCH] Process only specific labels. (#129475) To avoid trying to process all the open bugs in flutter/flutter. --- .github/workflows/no-response.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/no-response.yaml b/.github/workflows/no-response.yaml index d516845a03..e05aa06292 100644 --- a/.github/workflows/no-response.yaml +++ b/.github/workflows/no-response.yaml @@ -46,3 +46,4 @@ jobs: Thanks for your contribution! close-pr-label: "r: timeout" operations-per-run: 200 + any-of-labels: "waiting for customer response", "needs-info"