Skip to content

Commit 8bb9a74

Browse files
committed
gha: enable voting for gerrit verify workflow
Type: ci Change-Id: I1c74e1e64429acac36cefaa79e2efc26942cdd31 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
1 parent ec9aef3 commit 8bb9a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gerrit-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
echo "result=failure" >> "$GITHUB_OUTPUT"
300300
fi
301301
302-
- name: Gerrit Vote disabled
302+
- name: Gerrit Vote
303303
# yamllint disable-line rule:line-length
304304
uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
305305
with:
@@ -310,4 +310,4 @@ jobs:
310310
gerrit-change-number: ${{ env.GERRIT_CHANGE_NUMBER }}
311311
gerrit-patchset-number: ${{ env.GERRIT_PATCHSET_NUMBER }}
312312
vote-type: ${{ steps.overall.outputs.result }}
313-
comment-only: true # Do not vote on gerrit
313+
comment-only: false # Vote on gerrit

0 commit comments

Comments
 (0)