commit | bac0589539a1bea104c6fa3fb6abfc002e72ed58 | [log] [tgz] |
---|---|---|
author | godofredoc <godofredoc@google.com> | Mon Jun 26 09:02:07 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 26 16:02:07 2023 +0000 |
tree | fb80352c5ec099a0eb87fe7826d5331c0d561569 | |
parent | 4871391dda9c741b46dfd5d2e45fb639bb021669 [diff] |
Process only specific labels. (#129475) To avoid trying to process all the open bugs in flutter/flutter.
diff --git a/.github/workflows/no-response.yaml b/.github/workflows/no-response.yaml index d516845..e05aa06 100644 --- a/.github/workflows/no-response.yaml +++ b/.github/workflows/no-response.yaml
@@ -46,3 +46,4 @@ Thanks for your contribution! close-pr-label: "r: timeout" operations-per-run: 200 + any-of-labels: "waiting for customer response", "needs-info"