Skip to content

Commit 0dbb22f

Browse files
committed
Merge branch 'main' into fix/http-server-connect-event
# Conflicts: # ext/http/http_next.rs # ext/node/polyfills/http.ts
2 parents 8173cd5 + b31680f commit 0dbb22f

File tree

317 files changed

+22386
-8009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+22386
-8009
lines changed

.github/workflows/ci.generate.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
// Bump this number when you want to purge the cache.
1919
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
2020
// automatically via regex, so ensure that this line maintains this format.
21-
const cacheVersion = 101;
21+
const cacheVersion = 102;
2222

2323
const ubuntuX86Runner = "ubuntu-24.04";
2424
const ubuntuARMRunner = "ubuntu-24.04-arm";
@@ -1641,10 +1641,10 @@ const denoCoreMiriJob = job("deno-core-miri", {
16411641
),
16421642
});
16431643

1644-
// === lint ci status job (status check gate) ===
1644+
// === ci status job (status check gate) ===
16451645

1646-
const lintCiStatusJob = job("lint-ci-status", {
1647-
name: "lint ci status",
1646+
const ciStatusJob = job("ci-status", {
1647+
name: "ci status",
16481648
// We use this job in the main branch rule status checks for PRs.
16491649
// All jobs that are required to pass on a PR should be listed here.
16501650
needs: [
@@ -1704,7 +1704,7 @@ const workflow = createWorkflow({
17041704
lintJob,
17051705
denoCoreTestJob,
17061706
denoCoreMiriJob,
1707-
lintCiStatusJob,
1707+
ciStatusJob,
17081708
publishCanaryJob,
17091709
],
17101710
});

.github/workflows/ci.yml

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)