Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run required CIs on merge_group #3282

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Run required CIs on merge_group #3282

merged 1 commit into from
Dec 31, 2024

Conversation

danlapid
Copy link
Collaborator

No description provided.

@danlapid danlapid requested review from mikea and hoodmane December 31, 2024 15:06
@danlapid danlapid requested review from a team as code owners December 31, 2024 15:06
@danlapid danlapid enabled auto-merge December 31, 2024 15:08
Copy link

The generated output of @cloudflare/workers-types has been changed by this PR. If this is intentional, run bazel build //types && rm -rf types/generated-snapshot && cp -r bazel-bin/types/definitions types/generated-snapshot to update the snapshot. Alternatively, you can download the full generated types: https://github.com/cloudflare/workerd/actions/runs/12561050884/artifacts/2374500733

Full Type Diff
diff -r bazel-bin/types/definitions/experimental/index.d.ts types/generated-snapshot/experimental/index.d.ts
1680c1680
<   cache?: "no-store" | "no-cache";
---
>   cache?: "no-store";
1694c1694
<   cache?: "no-store" | "no-cache";
---
>   cache?: "no-store";
diff -r bazel-bin/types/definitions/experimental/index.ts types/generated-snapshot/experimental/index.ts
1688c1688
<   cache?: "no-store" | "no-cache";
---
>   cache?: "no-store";
1702c1702
<   cache?: "no-store" | "no-cache";
---
>   cache?: "no-store";

@danlapid danlapid merged commit cdba4b3 into main Dec 31, 2024
14 of 15 checks passed
@danlapid danlapid deleted the dlapid/enable_merge_queues branch December 31, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants