Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7cfc00d

Browse filesBrowse files
tniessenMoLow
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 <marcoippolito54@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 971c545 commit 7cfc00d
Copy full SHA for 7cfc00d

File tree

Expand file treeCollapse file tree

4 files changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/find-inactive-tsc.yml
+1Lines changed: 1 addition & 0 deletions
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
Collapse file

‎.github/workflows/timezone-update.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+1Lines changed: 1 addition & 0 deletions
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
Collapse file

‎.github/workflows/tools.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tools.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,4 @@ jobs:
280280
commit-message: ${{ env.COMMIT_MSG }}
281281
labels: ${{ matrix.label }}
282282
title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
283+
update-pull-request-title-and-body: true
Collapse file

‎.github/workflows/update-openssl.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/update-openssl.yml
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.