chore: Deduplicate tags

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-27 08:45:20 +00:00
parent ea862dac5f
commit 15d834dc0f
4 changed files with 4 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ impl EventBuilder {
euc: None,
maintainers,
})?
.dedup_tags()
.tags(labels.into_iter().map(Tag::hashtag)),
)
}