Skip to content

Commit

Permalink
chore: improve the dashboard comment query (#5016)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch authored Jan 14, 2025
1 parent e6949fd commit 183833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit 183833a

Please sign in to comment.