git-hulk commented on code in PR #2147:
URL: https://github.com/apache/kvrocks/pull/2147#discussion_r1518709143


##########
.github/workflows/sonar.yaml:
##########
@@ -81,4 +81,5 @@ jobs:
             --define sonar.projectKey=apache_kvrocks \
             --define sonar.organization=apache \
             --define sonar.scm.revision=${{ github.event.workflow_run.head_sha 
}} \
-            --define sonar.pullrequest.key=$PR_NUMBER
+            --define sonar.pullrequest.key=$PR_NUMBER \
+            --define sonar.newCode.referenceBranch=2.8

Review Comment:
   We should use the unstable branch instead of 2.8 since all new updates are 
merged into the unstable branch.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to