aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/analysis/pull-request.md
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-03-25 17:41:33 +0100
committersonartech <sonartech@sonarsource.com>2019-03-26 13:37:56 +0100
commit0a78e6dbf2db9f37dd1145c243fef18c4fab08dc (patch)
treecec0d28939fd56362622b2d23f30129f568446e2 /server/sonar-docs/src/pages/analysis/pull-request.md
parent51cfe7eed3fa9e659f5e9e98d3e3ba9b9f0a6699 (diff)
downloadsonarqube-0a78e6dbf2db9f37dd1145c243fef18c4fab08dc.tar.gz
sonarqube-0a78e6dbf2db9f37dd1145c243fef18c4fab08dc.zip
SONAR-11860 Doc of "sonar.pullrequest.branch" is not correct
[skip ci]
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/pull-request.md')
-rw-r--r--server/sonar-docs/src/pages/analysis/pull-request.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/pull-request.md b/server/sonar-docs/src/pages/analysis/pull-request.md
index b8c887e3ce5..f82b9d20359 100644
--- a/server/sonar-docs/src/pages/analysis/pull-request.md
+++ b/server/sonar-docs/src/pages/analysis/pull-request.md
@@ -36,8 +36,8 @@ These parameters enable PR analysis:
| Parameter Name | Description |
| --------------------- | ------------------ |
-| `sonar.pullrequest.branch` | The name of your PR<br/> Ex: `sonar.pullrequest.branch=feature/my-new-feature`|
| `sonar.pullrequest.key` | Unique identifier of your PR. Must correspond to the key of the PR in GitHub or TFS. <br/> E.G.: `sonar.pullrequest.key=5` |
+| `sonar.pullrequest.branch` | The name of the branch that contains the changes to be merged.<br/> Ex: `sonar.pullrequest.branch=feature/my-new-feature`|
| `sonar.pullrequest.base` | The long-lived branch into which the PR will be merged. <br/> Default: master <br/> E.G.: `sonar.pullrequest.base=master`|
### Pull Request Decoration