You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
if (curBranchName.match(branchRegex) || isMatch) {
process.exitCode = 0;
} else {
process.exitCode = 1;
console.log(
'\x1b[31m%s\x1b[0m',
`\nCurrent Git branch name: "${curBranchName}" \nIs not valid for given pattern: "<first name>/short-description/VF-000"\n\nIf you don't have a ticket, then you should probably create one: \nhttps://voiceflow.atlassian.net/secure/CreateIssue!default.jspa\n`