"scope": "sonarcloud"
}
],
+ "pull_requests": [
+ {
+ "link": "/documentation/user-guide/fixing-the-water-leak/",
+ "text": "Fixing the Water Leak"
+ },
+ {
+ "link": "/documentation/analysis/pull-request/",
+ "text": "Analyzing Pull Requests"
+ }
+ ],
"quality_gates": [
{
"link": "/documentation/user-guide/fixing-the-water-leak/",
)}
{isShortLivingBranch(branchLike) || isPullRequest(branchLike) ? (
- <ReviewApp branchLike={branchLike} component={component} />
+ <>
+ <Suggestions suggestions="pull_requests" />
+ <ReviewApp branchLike={branchLike} component={component} />
+ </>
) : (
<>
<Suggestions suggestions="overview" />