Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update configuration.md
  • Loading branch information
Dobriy33 authored Oct 9, 2019
commit 517a0bfde77807251b57223346011e138428902b
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,11 @@ merge-message-formats:

The regular expression should contain the following capture groups:
+ SourceBranch - Identifies the source branch of the merge
+ TargetBranch - Identifies the target of the merge
+ TargetBranch - Identifies the target of the merge (optional)
+ PullRequestNumber - Captures the pull-request number

If regular expression doesn't contain TargetBranch then for matched messages current branch will be used.

Custom merge message formats are evalauted _before_ any built in formats.

## Branch configuration
Expand Down