Skip to content

Commit f2a8d17

Browse files
avivkellerRafaelGSS
authored andcommitted
meta: add more labels to dep-updaters
PR-URL: #54454 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1efc251 commit f2a8d17

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/tools.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,23 @@ jobs:
8585
rm temp-output
8686
- id: amaro
8787
subsystem: deps
88-
label: dependencies
88+
label: dependencies, strip-types
8989
run: |
9090
./tools/dep_updaters/update-amaro.sh > temp-output
9191
cat temp-output
9292
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
9393
rm temp-output
9494
- id: brotli
9595
subsystem: deps
96-
label: dependencies
96+
label: dependencies, zlib
9797
run: |
9898
./tools/dep_updaters/update-brotli.sh > temp-output
9999
cat temp-output
100100
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
101101
rm temp-output
102102
- id: c-ares
103103
subsystem: deps
104-
label: dependencies
104+
label: dependencies, cares
105105
run: |
106106
./tools/dep_updaters/update-c-ares.sh > temp-output
107107
cat temp-output
@@ -163,7 +163,7 @@ jobs:
163163
rm temp-output
164164
- id: gyp-next
165165
subsystem: tools
166-
label: tools
166+
label: tools, gyp
167167
run: |
168168
./tools/dep_updaters/update-gyp-next.sh > temp-output
169169
cat temp-output
@@ -179,7 +179,7 @@ jobs:
179179
rm temp-output
180180
- id: icu
181181
subsystem: deps
182-
label: dependencies, test
182+
label: dependencies, test, icu
183183
run: |
184184
./tools/dep_updaters/update-icu.sh > temp-output
185185
cat temp-output
@@ -293,7 +293,7 @@ jobs:
293293
rm temp-output
294294
- id: sqlite
295295
subsystem: deps
296-
label: dependencies
296+
label: dependencies, sqlite
297297
run: |
298298
./tools/dep_updaters/update-sqlite.sh > temp-output
299299
cat temp-output
@@ -317,7 +317,7 @@ jobs:
317317
rm temp-output
318318
- id: zlib
319319
subsystem: deps
320-
label: dependencies
320+
label: dependencies, zlib
321321
run: |
322322
./tools/dep_updaters/update-zlib.sh > temp-output
323323
cat temp-output

.github/workflows/update-openssl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
body: This is an automated update of OpenSSL to ${{ env.NEW_VERSION }}.
3737
branch: actions/tools-update-openssl # Custom branch *just* for this Action.
3838
commit-message: 'deps: upgrade openssl sources to quictls/openssl-${{ env.NEW_VERSION }}'
39-
labels: dependencies
39+
labels: dependencies, openssl
4040
title: 'deps: update OpenSSL to ${{ env.NEW_VERSION }}'
4141
path: deps/openssl
4242
update-pull-request-title-and-body: true

.github/workflows/update-v8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
delete-branch: true
5555
title: 'deps: patch V8 to ${{ env.NEW_VERSION }}'
5656
body: This is an automated patch update of V8 to ${{ env.NEW_VERSION }}.
57-
labels: v8 engine
57+
labels: dependencies, v8 engine

0 commit comments

Comments
 (0)