You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to go-cd
Are there plans to support Git tag push events in GoCD webhook API? I'm particularly interested in the implementation for GitLab. The suggestions I've seen so far mainly lead to either transform a tag push into a commit push or to monitor tag push events by own means. Both options seem overcomplicated to me considering that using git tags is quite common practice.