in labs/helper-files/brigade.js [67:73]
function getBranch (p) { if (p.ref) { return p.ref.substring(11) } else { return "PR" } }