huskies: merge 1201 story Chat notification when a new work item is filed
This commit is contained in:
@@ -95,10 +95,13 @@ pub enum WatcherEvent {
|
||||
NewItemCreated {
|
||||
/// Work item ID (e.g. `"1075_refactor_split_stage_enum"`).
|
||||
item_id: String,
|
||||
/// Human-readable item type (`"story"`, `"bug"`, `"refactor"`, `"spike"`).
|
||||
/// Human-readable item type (`"story"`, `"bug"`, `"refactor"`, `"spike"`, `"epic"`).
|
||||
item_type: String,
|
||||
/// Human-readable item name.
|
||||
name: String,
|
||||
/// Readable label for who/what created the item (e.g. `"user alice"`,
|
||||
/// `"agent coder-1@story=42"`, `"chat-bot Timmy@!room:home"`).
|
||||
origin: String,
|
||||
},
|
||||
/// A `GatesFailed` merge failure is being automatically retried after a
|
||||
/// delay, without human intervention (story 1185).
|
||||
|
||||
Reference in New Issue
Block a user