We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9aef3 commit 8bb9a74Copy full SHA for 8bb9a74
.github/workflows/gerrit-verify.yml
@@ -299,7 +299,7 @@ jobs:
299
echo "result=failure" >> "$GITHUB_OUTPUT"
300
fi
301
302
- - name: Gerrit Vote disabled
+ - name: Gerrit Vote
303
# yamllint disable-line rule:line-length
304
uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
305
with:
@@ -310,4 +310,4 @@ jobs:
310
gerrit-change-number: ${{ env.GERRIT_CHANGE_NUMBER }}
311
gerrit-patchset-number: ${{ env.GERRIT_PATCHSET_NUMBER }}
312
vote-type: ${{ steps.overall.outputs.result }}
313
- comment-only: true # Do not vote on gerrit
+ comment-only: false # Vote on gerrit
0 commit comments