From aebda88a0ea458179672e2bd16f135c467d2bb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 19 Apr 2023 14:48:38 +0200 Subject: [PATCH] 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. --- .github/workflows/find-inactive-tsc.yml | 1 + .github/workflows/timezone-update.yml | 1 + .github/workflows/tools.yml | 1 + .github/workflows/update-openssl.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/find-inactive-tsc.yml b/.github/workflows/find-inactive-tsc.yml index 15ccfd5dd82c84..eb53619209b52d 100644 --- a/.github/workflows/find-inactive-tsc.yml +++ b/.github/workflows/find-inactive-tsc.yml @@ -59,3 +59,4 @@ jobs: commit-message: 'meta: move TSC voting member(s) to regular member(s)' labels: meta title: 'meta: move TSC voting member(s) to regular member(s)' + update-pull-request-title-and-body: true diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml index 0c6b6f5fafd92c..e3e4b7323f4743 100644 --- a/.github/workflows/timezone-update.yml +++ b/.github/workflows/timezone-update.yml @@ -59,3 +59,4 @@ jobs: labels: dependencies title: 'deps: update timezone to ${{ env.new_version }}' reviewers: \@nodejs/i18n-api + update-pull-request-title-and-body: true diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 4578deb00d8eee..30f9b4fcebceb8 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -278,3 +278,4 @@ jobs: commit-message: ${{ env.COMMIT_MSG }} labels: ${{ matrix.label }} title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}' + update-pull-request-title-and-body: true diff --git a/.github/workflows/update-openssl.yml b/.github/workflows/update-openssl.yml index 153326dad9f283..00060b5fdf7dd6 100644 --- a/.github/workflows/update-openssl.yml +++ b/.github/workflows/update-openssl.yml @@ -51,6 +51,7 @@ jobs: labels: dependencies title: 'deps: update OpenSSL to ${{ env.NEW_VERSION }}' path: deps/openssl + update-pull-request-title-and-body: true - name: Regenerate platform specific files if: env.HAS_UPDATE run: |