From 99f4a73b81d52d41140c6aba04091d12a3df88c4 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:16:16 -0400 Subject: [PATCH] meta: add more labels to dep-updaters PR-URL: https://github.com/nodejs/node/pull/54454 Reviewed-By: Marco Ippolito Reviewed-By: Luigi Pinca --- .github/workflows/tools.yml | 14 +++++++------- .github/workflows/update-openssl.yml | 2 +- .github/workflows/update-v8.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 8ac8cd6be6b5c0..79fb0c3324f7b8 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -85,7 +85,7 @@ jobs: rm temp-output - id: amaro subsystem: deps - label: dependencies + label: dependencies, strip-types run: | ./tools/dep_updaters/update-amaro.sh > temp-output cat temp-output @@ -93,7 +93,7 @@ jobs: rm temp-output - id: brotli subsystem: deps - label: dependencies + label: dependencies, zlib run: | ./tools/dep_updaters/update-brotli.sh > temp-output cat temp-output @@ -101,7 +101,7 @@ jobs: rm temp-output - id: c-ares subsystem: deps - label: dependencies + label: dependencies, cares run: | ./tools/dep_updaters/update-c-ares.sh > temp-output cat temp-output @@ -163,7 +163,7 @@ jobs: rm temp-output - id: gyp-next subsystem: tools - label: tools + label: tools, gyp run: | ./tools/dep_updaters/update-gyp-next.sh > temp-output cat temp-output @@ -179,7 +179,7 @@ jobs: rm temp-output - id: icu subsystem: deps - label: dependencies, test + label: dependencies, test, icu run: | ./tools/dep_updaters/update-icu.sh > temp-output cat temp-output @@ -293,7 +293,7 @@ jobs: rm temp-output - id: sqlite subsystem: deps - label: dependencies + label: dependencies, sqlite run: | ./tools/dep_updaters/update-sqlite.sh > temp-output cat temp-output @@ -317,7 +317,7 @@ jobs: rm temp-output - id: zlib subsystem: deps - label: dependencies + label: dependencies, zlib run: | ./tools/dep_updaters/update-zlib.sh > temp-output cat temp-output diff --git a/.github/workflows/update-openssl.yml b/.github/workflows/update-openssl.yml index baaffb51d44f51..84f71c2fc94fe6 100644 --- a/.github/workflows/update-openssl.yml +++ b/.github/workflows/update-openssl.yml @@ -36,7 +36,7 @@ jobs: body: This is an automated update of OpenSSL to ${{ env.NEW_VERSION }}. branch: actions/tools-update-openssl # Custom branch *just* for this Action. commit-message: 'deps: upgrade openssl sources to quictls/openssl-${{ env.NEW_VERSION }}' - labels: dependencies + labels: dependencies, openssl title: 'deps: update OpenSSL to ${{ env.NEW_VERSION }}' path: deps/openssl update-pull-request-title-and-body: true diff --git a/.github/workflows/update-v8.yml b/.github/workflows/update-v8.yml index c37be908cc9cfb..5fc845c7785f8a 100644 --- a/.github/workflows/update-v8.yml +++ b/.github/workflows/update-v8.yml @@ -54,4 +54,4 @@ jobs: delete-branch: true title: 'deps: patch V8 to ${{ env.NEW_VERSION }}' body: This is an automated patch update of V8 to ${{ env.NEW_VERSION }}. - labels: v8 engine + labels: dependencies, v8 engine