huskies: merge 484_story_story_dependencies_in_pipeline_auto_assign
This commit is contained in:
@@ -9,6 +9,7 @@ mod ambient;
|
||||
mod assign;
|
||||
mod cost;
|
||||
mod coverage;
|
||||
mod depends;
|
||||
mod git;
|
||||
mod help;
|
||||
pub(crate) mod loc;
|
||||
@@ -104,6 +105,11 @@ pub fn commands() -> &'static [BotCommand] {
|
||||
description: "Toggle ambient mode for this room: `ambient on` or `ambient off`",
|
||||
handler: ambient::handle_ambient,
|
||||
},
|
||||
BotCommand {
|
||||
name: "depends",
|
||||
description: "Set story dependencies: `depends <number> [dep1 dep2 ...]` (no deps = clear)",
|
||||
handler: depends::handle_depends,
|
||||
},
|
||||
BotCommand {
|
||||
name: "git",
|
||||
description: "Show git status: branch, uncommitted changes, and ahead/behind remote",
|
||||
|
||||
Reference in New Issue
Block a user