Created
April 18, 2018 09:03
-
-
Save OldrichKruchna/2a13d5f456afca012a60465f8d3b3bca to your computer and use it in GitHub Desktop.
Regex to test branch names if they contain ticket number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ^(((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