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=417f583e8f41ea4f29de52349c7dbeff076c773d;hb=0c122a4d2f81f5cb1eabef8e7ff9b1cff083f086;hp=e3d51e94ddf3c9bb3f5122e81320c7262b64a28b;hpb=00bcfdb756491bbb89cd8d18135e0a8f8479aa2c;p=nonrtric%2Frapp%2Forufhrecovery.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 e3d51e9..417f583 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 @@ -119,4 +118,3 @@ jobs: gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }} gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} vote-type: ${{ env.WORKFLOW_CONCLUSION }} - comment-only: true