simple-bitbucket-commit-checker icon indicating copy to clipboard operation
simple-bitbucket-commit-checker copied to clipboard

Branch validation is not working with sbcc-4.1

Open medap opened this issue 6 years ago • 2 comments

This is the regex^([a-z0-9-.]+[/])*([a-zA-Z0-9-.]*)$ we are using for branch name validation in bitbucket.As per this expression any branch created only with Uppercase letters and numbers should not allow.But it is allowing to push.

medap avatar Nov 19 '19 08:11 medap

Perhaps change it to ^refs/([a-z0-9-.]+[/])([a-zA-Z0-9-.])$

tomasbjerre avatar Nov 19 '19 10:11 tomasbjerre

Thanks for your quick response. will try it.

medap avatar Nov 19 '19 12:11 medap