Skip to content

Commit

Permalink
tools: specify a commit-message for V8 update workflow
Browse files Browse the repository at this point in the history
PR-URL: #52844
Fixes: #50497
Refs: gr2m/create-or-update-pull-request-action#280
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
aduh95 committed May 5, 2024
1 parent 38ef4e5 commit c6f8e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
author: Node.js GitHub Bot <[email protected]>
body: This is an automated patch update of V8 to ${{ env.NEW_VERSION }}.
branch: actions/update-v8-patch # Custom branch *just* for this Action.
commit-message: 'deps: patch V8 to ${{ env.NEW_VERSION }}'
labels: v8 engine
title: 'deps: patch V8 to ${{ env.NEW_VERSION }}'
update-pull-request-title-and-body: true

0 comments on commit c6f8e18

Please sign in to comment.