Skip to content

Commit 0887fa0

Browse files
tniessentargos
authored andcommitted
tools: keep PR titles/description up-to-date
Set the `update-pull-request-title-and-body` option when potentially updating an existing PR with a dynamic title and/or description. PR-URL: #47621 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 91e4a7c commit 0887fa0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/find-inactive-tsc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
commit-message: 'meta: move TSC voting member(s) to regular member(s)'
6060
labels: meta
6161
title: 'meta: move TSC voting member(s) to regular member(s)'
62+
update-pull-request-title-and-body: true

.github/workflows/timezone-update.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
labels: dependencies
6060
title: 'deps: update timezone to ${{ env.new_version }}'
6161
reviewers: \@nodejs/i18n-api
62+
update-pull-request-title-and-body: true

.github/workflows/tools.yml

+1
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,4 @@ jobs:
278278
commit-message: ${{ env.COMMIT_MSG }}
279279
labels: ${{ matrix.label }}
280280
title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
281+
update-pull-request-title-and-body: true

.github/workflows/update-openssl.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
labels: dependencies
5252
title: 'deps: update OpenSSL to ${{ env.NEW_VERSION }}'
5353
path: deps/openssl
54+
update-pull-request-title-and-body: true
5455
- name: Regenerate platform specific files
5556
if: env.HAS_UPDATE
5657
run: |

0 commit comments

Comments
 (0)