From 121f1ee423dc7a2f0c92f76983928814404183c8 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 2 Dec 2024 08:59:28 -0500 Subject: [PATCH] Commenting out PR comment step. --- .gitea/workflows/build.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 887f54c5..872df894 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,18 +30,18 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} - - name: Comment on Pull Request with Quality Gate Status - id: comment-pr - uses: prasiman/gocurl@v1 - with: - 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" - headers: > - Authorization: token ${{ secrets.BOT_GITEA_TOKEN }} - body: | - { - "body": "SonarQube Quality Gate Status: ${{ steps.quality-gate.outputs.quality-gate-status }}" - } + # - name: Comment on Pull Request with Quality Gate Status + # id: comment-pr + # uses: prasiman/gocurl@v1 + # with: + # 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" + # headers: > + # Authorization: token ${{ secrets.BOT_GITEA_TOKEN }} + # body: | + # { + # "body": "SonarQube Quality Gate Status: ${{ steps.quality-gate.outputs.quality-gate-status }}" + # } docker-compose-dry-run: name: Dry Run Docker Compose