From 183833ab06b7b32aa4af63ad254d24f99b32369b Mon Sep 17 00:00:00 2001 From: Doug Chapman <54039637+dougch@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:15:49 -0800 Subject: [PATCH] chore: improve the dashboard comment query (#5016) --- .github/workflows/dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 2da203f4bf7..0924602c0dd 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -74,7 +74,7 @@ jobs: color: 'green' - type: 'number' title: 'No review (external) last 14 days' - issue_query: 'repo:aws/s2n-tls is:open is:pr review:none -label:status/stale -label:s2n-core created:>{{ date("-14 days") }}' + issue_query: 'repo:aws/s2n-tls is:open is:pr comments:0 review:none -label:status/stale -label:s2n-core created:>{{ date("-14 days") }}' color: 'red' - type: 'number' title: 'PRs with changes requested (external)'