Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save OldrichKruchna/2a13d5f456afca012a60465f8d3b3bca to your computer and use it in GitHub Desktop.

Select an option

Save OldrichKruchna/2a13d5f456afca012a60465f8d3b3bca to your computer and use it in GitHub Desktop.
Regex to test branch names if they contain ticket number
^(((feature)|(bugfix))\/([A-Z]*-[0-9]+)|(hotfix\/)).*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment