cob: Merge issue tags
Signed-off-by: Alexis Sellier <self@cloudhead.io>
This commit is contained in:
parent
911c194fb3
commit
c568feb700
|
|
@ -92,6 +92,7 @@ impl Semilattice for Issue {
|
||||||
self.assignees.merge(other.assignees);
|
self.assignees.merge(other.assignees);
|
||||||
self.title.merge(other.title);
|
self.title.merge(other.title);
|
||||||
self.state.merge(other.state);
|
self.state.merge(other.state);
|
||||||
|
self.tags.merge(other.tags);
|
||||||
self.thread.merge(other.thread);
|
self.thread.merge(other.thread);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue