Commenting out PR comment step.
This commit is contained in:
+12
-12
@@ -30,18 +30,18 @@ jobs:
|
|||||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
|
||||||
- name: Comment on Pull Request with Quality Gate Status
|
# - name: Comment on Pull Request with Quality Gate Status
|
||||||
id: comment-pr
|
# id: comment-pr
|
||||||
uses: prasiman/gocurl@v1
|
# uses: prasiman/gocurl@v1
|
||||||
with:
|
# with:
|
||||||
method: POST
|
# method: POST
|
||||||
url: "https://${{ secrets.RINOA_GITEA_SERVER }}/api/v1/repos/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}/issues/${{ github.event.pull_request.number }}/reviews"
|
# url: "https://${{ secrets.RINOA_GITEA_SERVER }}/api/v1/repos/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}/issues/${{ github.event.pull_request.number }}/reviews"
|
||||||
headers: >
|
# headers: >
|
||||||
Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}
|
# Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
body: |
|
# body: |
|
||||||
{
|
# {
|
||||||
"body": "SonarQube Quality Gate Status: ${{ steps.quality-gate.outputs.quality-gate-status }}"
|
# "body": "SonarQube Quality Gate Status: ${{ steps.quality-gate.outputs.quality-gate-status }}"
|
||||||
}
|
# }
|
||||||
|
|
||||||
docker-compose-dry-run:
|
docker-compose-dry-run:
|
||||||
name: Dry Run Docker Compose
|
name: Dry Run Docker Compose
|
||||||
|
|||||||
Reference in New Issue
Block a user