cob: Merge issue tags

Signed-off-by: Alexis Sellier <self@cloudhead.io>
This commit is contained in:
Alexis Sellier 2022-12-30 13:35:45 +01:00 committed by Alexis Sellier
parent 911c194fb3
commit c568feb700
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ impl Semilattice for Issue {
self.assignees.merge(other.assignees);
self.title.merge(other.title);
self.state.merge(other.state);
self.tags.merge(other.tags);
self.thread.merge(other.thread);
}
}