Hello team,
We all know that we are having an enormous amount of event payload options which we can use it for so many API use cases from bitbucket.
But I have a use case where I am trying to trigger an Argo workflow using bitbucket Tags.
Chatgpt does refer me a bit of code where we can use repo:push & filter the tags like this
path: body.push.changes[0].new.name
type: string
regex: "^FOO_2025_Q[1-4]_S[0-9]+$"
For Example if my TAG is FOO_2025_Q2_S2
But I am asking a neat option like can we have something like repo:tag_created just like repo:branch_created.
Or any other options you say, will also be much helpful.
Thanks - Arun Kumar D