| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -85,23 +85,23 @@ jobs: | |||
| 85 | 85 | rm temp-output | |
| 86 | 86 | - id: amaro | |
| 87 | 87 | subsystem: deps | |
| 88 | - label: dependencies | ||
| 88 | + label: dependencies, strip-types | ||
| 89 | 89 | run: | | |
| 90 | 90 | ./tools/dep_updaters/update-amaro.sh > temp-output | |
| 91 | 91 | cat temp-output | |
| 92 | 92 | tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | |
| 93 | 93 | rm temp-output | |
| 94 | 94 | - id: brotli | |
| 95 | 95 | subsystem: deps | |
| 96 | - label: dependencies | ||
| 96 | + label: dependencies, zlib | ||
| 97 | 97 | run: | | |
| 98 | 98 | ./tools/dep_updaters/update-brotli.sh > temp-output | |
| 99 | 99 | cat temp-output | |
| 100 | 100 | tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | |
| 101 | 101 | rm temp-output | |
| 102 | 102 | - id: c-ares | |
| 103 | 103 | subsystem: deps | |
| 104 | - label: dependencies | ||
| 104 | + label: dependencies, cares | ||
| 105 | 105 | run: | | |
| 106 | 106 | ./tools/dep_updaters/update-c-ares.sh > temp-output | |
| 107 | 107 | cat temp-output | |
@@ -163,7 +163,7 @@ jobs: | |||
| 163 | 163 | rm temp-output | |
| 164 | 164 | - id: gyp-next | |
| 165 | 165 | subsystem: tools | |
| 166 | - label: tools | ||
| 166 | + label: tools, gyp | ||
| 167 | 167 | run: | | |
| 168 | 168 | ./tools/dep_updaters/update-gyp-next.sh > temp-output | |
| 169 | 169 | cat temp-output | |
@@ -179,7 +179,7 @@ jobs: | |||
| 179 | 179 | rm temp-output | |
| 180 | 180 | - id: icu | |
| 181 | 181 | subsystem: deps | |
| 182 | - label: dependencies, test | ||
| 182 | + label: dependencies, test, icu | ||
| 183 | 183 | run: | | |
| 184 | 184 | ./tools/dep_updaters/update-icu.sh > temp-output | |
| 185 | 185 | cat temp-output | |
@@ -293,7 +293,7 @@ jobs: | |||
| 293 | 293 | rm temp-output | |
| 294 | 294 | - id: sqlite | |
| 295 | 295 | subsystem: deps | |
| 296 | - label: dependencies | ||
| 296 | + label: dependencies, sqlite | ||
| 297 | 297 | run: | | |
| 298 | 298 | ./tools/dep_updaters/update-sqlite.sh > temp-output | |
| 299 | 299 | cat temp-output | |
@@ -317,7 +317,7 @@ jobs: | |||
| 317 | 317 | rm temp-output | |
| 318 | 318 | - id: zlib | |
| 319 | 319 | subsystem: deps | |
| 320 | - label: dependencies | ||
| 320 | + label: dependencies, zlib | ||
| 321 | 321 | run: | | |
| 322 | 322 | ./tools/dep_updaters/update-zlib.sh > temp-output | |
| 323 | 323 | cat temp-output | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | body: This is an automated update of OpenSSL to ${{ env.NEW_VERSION }}. | |
| 37 | 37 | branch: actions/tools-update-openssl # Custom branch *just* for this Action. | |
| 38 | 38 | commit-message: 'deps: upgrade openssl sources to quictls/openssl-${{ env.NEW_VERSION }}' | |
| 39 | - labels: dependencies | ||
| 39 | + labels: dependencies, openssl | ||
| 40 | 40 | title: 'deps: update OpenSSL to ${{ env.NEW_VERSION }}' | |
| 41 | 41 | path: deps/openssl | |
| 42 | 42 | update-pull-request-title-and-body: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,4 +54,4 @@ jobs: | |||
| 54 | 54 | delete-branch: true | |
| 55 | 55 | title: 'deps: patch V8 to ${{ env.NEW_VERSION }}' | |
| 56 | 56 | body: This is an automated patch update of V8 to ${{ env.NEW_VERSION }}. | |
| 57 | - labels: v8 engine | ||
| 57 | + labels: dependencies, v8 engine | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments