huskies: merge 984
This commit is contained in:
@@ -242,7 +242,13 @@ pub async fn tick_once(
|
||||
if let Ok(Some(item)) = crate::pipeline_state::read_typed(&entry.story_id) {
|
||||
use crate::pipeline_state::Stage;
|
||||
match &item.stage {
|
||||
Stage::Qa | Stage::Merge { .. } | Stage::Done { .. } | Stage::Archived { .. } => {
|
||||
Stage::Qa
|
||||
| Stage::Merge { .. }
|
||||
| Stage::Done { .. }
|
||||
| Stage::Archived { .. }
|
||||
| Stage::Abandoned { .. }
|
||||
| Stage::Superseded { .. }
|
||||
| Stage::Rejected { .. } => {
|
||||
crate::slog!(
|
||||
"[timer] Skipping timer for story {} — currently in '{}', \
|
||||
not in backlog/current; timer is stale",
|
||||
|
||||
Reference in New Issue
Block a user