From a7e628ed71e9656b2cef7caced1dfc236495abe7 Mon Sep 17 00:00:00 2001 From: michaelbirnstiehl Date: Wed, 23 Jun 2021 14:04:28 -0500 Subject: [PATCH] SONAR-14844 Document the limitations on block PR policy when using a monorepo --- server/sonar-docs/src/pages/analysis/azuredevops-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/analysis/azuredevops-integration.md b/server/sonar-docs/src/pages/analysis/azuredevops-integration.md index 27201066325..982b7273dc7 100644 --- a/server/sonar-docs/src/pages/analysis/azuredevops-integration.md +++ b/server/sonar-docs/src/pages/analysis/azuredevops-integration.md @@ -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. -- 2.39.5