Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

 Default regular expressions is as follows:

.*pull-request (?<TOBRANCH>\\S+).*


  That means, that if you push a commit to your repository with message like this:

 [FEATURE SAMPLE] Sample featureTo be reviewed in pull-request master 

 Then a pull request will be created automatically in Stash for you:

  • No labels