Wait, this might be it.........
This commit is contained in:
@@ -133,7 +133,16 @@ jobs:
|
|||||||
-H 'Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}' \
|
-H 'Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '{
|
-d '{
|
||||||
"body": "SonarQube analysis results:\n\n${{ steps.convert-json-to-md.outputs.table }}\n\n${{ steps.quality-gate.outputs.quality-gate-status }}"
|
"body": "string",
|
||||||
|
"comments": [
|
||||||
|
{
|
||||||
|
"body": "SonarQube analysis results:\n\n${{ steps.convert-json-to-md.outputs.table }}\n\n${{ steps.quality-gate.outputs.quality-gate-status }}",
|
||||||
|
"path": "path",
|
||||||
|
"position": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"event": "COMMENT"
|
||||||
|
}'
|
||||||
}'
|
}'
|
||||||
|
|
||||||
# Job 3: Merge PR if Quality Gate passes
|
# Job 3: Merge PR if Quality Gate passes
|
||||||
|
|||||||
Reference in New Issue
Block a user