We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7b07f commit d18e381Copy full SHA for d18e381
1 file changed
.github/workflows/sonar-check.yml
@@ -68,4 +68,5 @@ jobs:
68
-Dsonar.host.url=https://sonarcloud.io \
69
-Dsonar.organization=${{ github.repository_owner }} \
70
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }} \
71
- -Dsonar.qualitygate.wait=false
+ -Dsonar.qualitygate.wait=false \
72
+ -Dsonar.pullrequest.github.summary_comment=false
0 commit comments