]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14844 Document the limitations on block PR policy when using a monorepo
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 23 Jun 2021 19:04:28 +0000 (14:04 -0500)
committersonartech <sonartech@sonarsource.com>
Thu, 24 Jun 2021 20:03:29 +0000 (20:03 +0000)
server/sonar-docs/src/pages/analysis/azuredevops-integration.md

index 2720106632551b4880648555e7e70792b1989652..982b7273dc7823137aa38ab1a07b589fa2126905 100644 (file)
@@ -285,7 +285,7 @@ Ensure all of your pull requests get automatically analyzed by adding a [build v
 Prevent the merge of pull requests with a failed Quality Gate by adding a `SonarQube/quality gate` [status check branch policy](https://docs.microsoft.com/en-us/azure/devops/repos/git/pr-status-policy) on the target branch.
  
 [[info]]
-| If your SonarQube project is configured as part of a mono repository in Enterprise Edition or above, you need to use a status check branch policy that uses a SonarQube project key (`SonarQube/quality_gate_[SQ_project_key]`) instead of `SonarQube/quality gate`.
+| Projects configured as part of a mono repository cannot use this status check branch policy to prevent pull request merges.
  
 Check out this [![YouTube link](/images/youtube.png) video](https://www.youtube.com/watch?v=be5aw9_7bBU) for a quick overview on preventing pull requests from being merged when they are failing the Quality Gate.