From a1b46d7718e07414074847ec9e84a635b128d395 Mon Sep 17 00:00:00 2001 From: Jean-Kevin KPADEY Date: Sun, 9 Feb 2025 14:56:22 +0100 Subject: [PATCH] ci: Add a step to comment PR to check sonarcloud --- .github/workflows/maven-verify.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 32cfd715..76a9ff69 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -6,7 +6,8 @@ on: jobs: verify: runs-on: ubuntu-latest - + permissions: + pull-requests: write steps: - uses: actions/checkout@v4 with: @@ -33,6 +34,10 @@ jobs: with: name: PR_NUMBER path: PR_NUMBER.txt + - uses: marocchino/sticky-pull-request-comment@v2.9.1 + with: + message: | + Please check on sonarcloud that the PR does not add any issue. generate-docs: runs-on: ubuntu-latest needs: verify