Hi,
I need to develop bitbucket plugin that will track SHA and branch name of all commits (whenever changes were pushed or merged). For that I am using PostRepositoryHook<RepositoryHookRequest>. However, I don't see how can I get branch name here. Is there a way to get this info?
Thanks!
Linas