huskies: merge 945
This commit is contained in:
@@ -97,7 +97,6 @@ mod tests {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
Some(stale_holder),
|
||||
Some(stale_time),
|
||||
None,
|
||||
|
||||
@@ -46,8 +46,8 @@ pub(super) async fn scan_and_claim(
|
||||
continue;
|
||||
}
|
||||
|
||||
// Skip blocked stories.
|
||||
if item.blocked() {
|
||||
// Skip blocked stories (story 945: `Stage::Blocked` is the source of truth).
|
||||
if item.stage().is_blocked() {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user