Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

 Default regular expressions is as follows:

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


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

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


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

Image Modified