Skip to content

Commit 183833a

Browse files
authored
chore: improve the dashboard comment query (#5016)
1 parent e6949fd commit 183833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dashboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
color: 'green'
7575
- type: 'number'
7676
title: 'No review (external) last 14 days'
77-
issue_query: 'repo:aws/s2n-tls is:open is:pr review:none -label:status/stale -label:s2n-core created:>{{ date("-14 days") }}'
77+
issue_query: 'repo:aws/s2n-tls is:open is:pr comments:0 review:none -label:status/stale -label:s2n-core created:>{{ date("-14 days") }}'
7878
color: 'red'
7979
- type: 'number'
8080
title: 'PRs with changes requested (external)'

0 commit comments

Comments
 (0)