X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fgerrit-merge.yaml;fp=.github%2Fworkflows%2Fgerrit-novote-merge.yaml;h=4b966cca120159857e89927c150aeb39c0aa0ebb;hb=HEAD;hp=4be468cee3895328fabf1235090457fc6fce3e6f;hpb=aadba5ef91298884e35b1d87ca3f5548b4f7e5a2;p=it%2Fdev.git diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-merge.yaml similarity index 98% rename from .github/workflows/gerrit-novote-merge.yaml rename to .github/workflows/gerrit-merge.yaml index 4be468c..4b966cc 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -66,7 +66,6 @@ jobs: 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 @@ -112,4 +111,3 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: true