From 42b8d816b6a7b19dacd4d2bab110c1baa798131f Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Wed, 10 Jan 2024 20:52:41 -0500 Subject: [PATCH] Continue showing active FCPs in individual nags I'd really like to see RFCs in active final comment period that I haven't reviewed yet. Especially since now is my last chance to review them! The current filter was originally added to address #212; I think this filter would have addressed that concern as well. --- src/nag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nag.rs b/src/nag.rs index 4e6dc63..fa87e78 100644 --- a/src/nag.rs +++ b/src/nag.rs @@ -102,7 +102,7 @@ pub fn individual_nags(username: &str) -> DashResult<(GitHubUser, Vec(conn)?;