From: ModeSevenIndustrialSolutions Date: Mon, 6 Oct 2025 08:46:34 +0000 (+0100) Subject: CI: Set merge job gerrit-review-action to comment-only X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F15117%2F1;p=oam%2Foam-controller.git CI: Set merge job gerrit-review-action to comment-only A merge job cannot vote on a Gerrit change, since the change will be merged and votes cannot be placed on merged changes. Issue-ID: CIMAN-33 Change-Id: Ia21ed52465936c90ab7430c8d7e54f7713b1b836 Signed-off-by: ModeSevenIndustrialSolutions --- diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 14ff9c6..3d9d6d5 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -64,7 +64,7 @@ jobs: known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }} gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} - vote-type: clear + comment-only: "true" - name: Allow replication run: sleep 10s @@ -125,4 +125,4 @@ jobs: known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }} gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} - vote-type: ${{ env.WORKFLOW_CONCLUSION }} + comment-only: "true"