huskies: merge 1009

This commit is contained in:
dave
2026-05-13 22:55:05 +00:00
parent a5cd3a2152
commit 4e007bb770
56 changed files with 453 additions and 384 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use std::collections::{HashMap, HashSet};
pub(crate) fn display_section(s: &Stage) -> Option<&'static str> {
match s {
Stage::Upcoming | Stage::Backlog => Some("Backlog"),
Stage::Coding
Stage::Coding { .. }
| Stage::Blocked { .. }
| Stage::Archived {
reason: ArchiveReason::Blocked { .. },