mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: specify a commit-message for V8 update workflow
PR-URL: https://github.com/nodejs/node/pull/52844 Fixes: https://github.com/nodejs/node/issues/50497 Refs: https://github.com/gr2m/create-or-update-pull-request-action/issues/280 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
parent
38ef4e5c59
commit
c6f8e18741
1
.github/workflows/update-v8.yml
vendored
1
.github/workflows/update-v8.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
||||
author: Node.js GitHub Bot <github-bot@iojs.org>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user