I am writing a custom danger js check in danger js. I want to avoid running this check when the branch is a hotfix/* branch
I want to know how to get the current branch name in the javascript scope in which the dangerfile.js file runs.
I've read the danger.systems documentation but nothing is mentioned about the branch name.