From 8f8fb919275e58154697cfff880d3ba346b17f5f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 5 May 2024 17:09:27 +0300 Subject: [PATCH] tools: specify a commit-message for V8 update workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Richard Lau --- .github/workflows/update-v8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-v8.yml b/.github/workflows/update-v8.yml index 9d13e87ed505c6..6ec8df17937a4c 100644 --- a/.github/workflows/update-v8.yml +++ b/.github/workflows/update-v8.yml @@ -50,6 +50,7 @@ jobs: author: Node.js GitHub Bot 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