Holden Whitehead
Holden Whitehead
## Summary Middleware using `fetch` with a `RequestInit` parameter defined outside the scope of the middleware will have every request append the `x-middleware-subrequest` header to its value from the previous...
**Describe the enhancement** Add workflow run's attempt number to context **Code Snippet** The code has been implemented in #1387 **Additional information** Since it's a pretty small change, I went ahead...
### Summary Currently, `github.context` doesn't include the run attempt. This PR pulls the attempt number from `process.env.GITHUB_RUN_ATTEMPT` and adds it as an instance property of the `Context` class. Resolves #1388
Fixes #10020 _Describe your change..._ Wrangler types command now adds a `BaseEnv` interface which is then extended by `Cloudflare.Env` and the `--env-interface`. Example output: ```d.ts /* eslint-disable */ // Generated...