mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 16:57:39 +00:00
The build DSL was typed as TagArrayBuilder<GitRepositoryEvent>, which made signer.sign(template) return the wrong event subclass. Retype it to EmojiPackEvent and add local TagArrayBuilder extensions for title, description, and image tags. Also add title()/description()/image() accessors on EmojiPackEvent to match the LabeledBookmarkListEvent pattern.