From 850aff06f6fc66c85ce49b8276ee3a3933a16023 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 9d13e87ed505c6c..6ec8df17937a4cc 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