From: Simon Brandhof Date: Mon, 25 Mar 2019 16:41:33 +0000 (+0100) Subject: SONAR-11860 Doc of "sonar.pullrequest.branch" is not correct X-Git-Tag: 7.8~501 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0a78e6dbf2db9f37dd1145c243fef18c4fab08dc;p=sonarqube.git SONAR-11860 Doc of "sonar.pullrequest.branch" is not correct [skip ci] --- 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
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.
E.G.: `sonar.pullrequest.key=5` | +| `sonar.pullrequest.branch` | The name of the branch that contains the changes to be merged.
Ex: `sonar.pullrequest.branch=feature/my-new-feature`| | `sonar.pullrequest.base` | The long-lived branch into which the PR will be merged.
Default: master
E.G.: `sonar.pullrequest.base=master`| ### Pull Request Decoration