Pull Request Explorer

Exploring 492 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore: regression tests for rename preserving import map alias divybot M No 0.5h - Jun 03, 2026

Summary

Test

Add LSP rename tests for import map alias

Adds LSP integration tests to verify file rename operations preserve import‑map aliases, preventing potential breaking changes for users relying on aliasing.

Health Assessment

Medium
Low
Low
  • Quick merge with minimal changes and no review friction indicates a straightforward test addition.

AI Details

Confidence: 0.20

Tech Stack

Languages: Rust
fix(lsp): spurious diagnostics in Jupyter notebook cells divybot M No 9.0h 0.9h Jun 03, 2026

Summary

Bug Fix

Fix spurious diagnostics in Jupyter notebook cells

Improves developer experience by eliminating false errors for unsaved notebooks and global redeclarations in the Deno kernel.

Health Assessment

Medium
Low
Low
  • Quick review and single iteration, minimal scope, resolved in under 10 hours.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust, Javascript
fix(lsp): skip parent process check when PID isn't visible divybot S No 6.8h 6.8h Jun 03, 2026

Summary

Bug Fix

Skip parent process check when PID not visible

Fixes LSP crashes in containerized environments, improving developer experience and reliability.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes, resolved within a single review cycle.

AI Details

Tech Stack

Languages: Rust
fix(install): handle pre-existing node_modules symlink on Windows bartlomieju M No 34.5h 30.9h Jun 02, 2026

Summary

Bug Fix

Fix node_modules symlink handling on Windows

Ensures Deno installer can reliably reuse node_modules directories across runs on Windows by correctly removing stale symlinks/junctions, preventing installation failures.

Health Assessment

Medium
Medium
High
  • The PR required a review after a long wait, leading to a few rework commits, but the final change was small and focused, resulting in a moderate risk fix.

AI Details

Tech Stack

Languages: Rust
fix: remove node_shim exec dependency nathanwhitbot S No 1.8h - Jun 02, 2026

Summary

Bug Fix

Remove node_shim exec dependency

Eliminates a Unix-only dependency from the node shim, improving portability and reducing binary size while maintaining correct argv behavior.

Health Assessment

Small
Low
Low
  • Quick 1.8‑hour cycle with minimal changes and no major risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Rust
fix(runtime): throw a descriptive error for disabled __proto__ accessor bartlomieju M No 4.7h - Jun 02, 2026

Summary

Bug Fix

Fix runtime error for disabled __proto__ accessor

Provides clear error messages when accessing disabled __proto__, improving developer experience while maintaining security against prototype pollution.

Health Assessment

Medium
Low
Low
  • Merged within 5 hours with no review rounds, indicating a straightforward change with minimal rework.

AI Details

Tech Stack

Languages: Javascript
fix(compile): enable ANSI colors on Windows in compiled binaries bartlomieju XS No 11.9h - Jun 02, 2026

Summary

Bug Fix

Enable ANSI colors on Windows for compiled binaries

Fixes Windows console color output for compiled Deno binaries, improving user experience on older Windows consoles.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 12 hours, indicating low complexity and high confidence.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust
fix(ext/fs): error when copyFile source and destination are the same file bartlomieju M No 7.5h 7.6h Jun 02, 2026

Summary

Bug Fix

Fix copyFile same-file error

Prevents accidental data loss when copying a file onto itself by adding a guard that detects identical source and destination paths, ensuring Deno.copyFile behaves like the Unix cp command.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved in a single review cycle.

AI Details

Tech Stack

Languages: Rust, Typescript
chore: upgrade WPT submodule and refresh all expectations divybot XL No 80.5h - Jun 02, 2026

Summary

Chore

Upgrade WPT submodule and refresh expectations

Refreshes Web Platform Test expectations to match the latest WPT suite, keeping Deno’s test suite accurate and preventing false failures.

Health Assessment

X-Large
High
Medium
  • The PR required over 80 hours to merge and involved a massive diff of 84k lines, indicating a high effort and potential for regression.
  • Multiple iterative commits were made to keep CI green, but the lack of recorded review events may increase risk of overlooked issues.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
chore: regression test for legacy subpath main under .deno layout divybot S No 0.6h - Jun 02, 2026

Summary

Chore

Regression test for legacy subpath main under .deno layout

Adds an end‑to‑end regression test to verify npm package subpath main resolution in Deno’s .deno layout, ensuring compatibility with pnpm‑style node_modules.

Health Assessment

Small
Low
Low
  • Merged within 36 minutes with only 28 added lines, indicating a straightforward, low‑risk change.

AI Details

Confidence: 0.75

Tech Stack

Languages: Javascript
refactor: replace winapi usages with windows-sys divybot XL No 1.0h - Jun 02, 2026

Summary

Refactor

Refactor: Consolidate Windows API usage to windows-sys

Consolidates Windows API usage to a single maintained crate, improving stability and reducing maintenance overhead.

Health Assessment

Large
Medium
Low
  • The PR was merged quickly with minimal review, indicating confidence in the refactor, but the large code churn suggests careful testing was performed.

AI Details

Tech Stack

Languages: Rust
fix: opt-in mitigation for React RCE/DoS CVEs bartlomieju L No 26.1h - Jun 02, 2026

Summary

Bug Fix

opt-in mitigation for React RCE/DoS CVEs

Adds load‑time source patches to neutralize two React Server Components vulnerabilities, enabling users to opt‑in via environment variable with no runtime cost when disabled.

Health Assessment

Large
High
Low
  • The PR was merged in just 26 hours with minimal review, showing a rapid response to critical security vulnerabilities.

AI Details

Tech Stack

Languages: Rust
fix(lsp): release idle memory back to the OS divybot M No 3.4h - Jun 02, 2026

Summary

Bug Fix

Release idle memory in LSP

Reduces memory footprint of the Deno language server, improving editor performance and resource usage.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, merged within hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Rust, Javascript
refactor(lsp): bundle import-completion services into CompletionContext divybot M No 0.6h 0.5h Jun 02, 2026

Summary

Refactor

Refactor LSP import completion services

Simplifies LSP import completion logic, reducing future maintenance overhead.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low complexity and high confidence in the refactor.

AI Details

Tech Stack

Languages: Rust
perf(node): skip require permission checks when read is fully granted divybot S No 3.1h 3.1h Jun 02, 2026

Summary

Refactor

Improve Node require permission check performance

Reduces overhead for Node.js module loading when read permissions are fully granted, improving runtime performance.

Health Assessment

Small
Low
Low
  • Quick performance tweak with minimal changes and fast review, indicating an efficient code review process.

AI Details

Tech Stack

Languages: Rust
fix(lsp): limit node_modules auto-import aliasing divybot L No 24.4h 13.8h Jun 02, 2026

Summary

Bug Fix

Limit node_modules auto-import aliasing

Improves TypeScript auto-import behavior by restricting node_modules alias to configured dependencies, reducing unnecessary suggestions and improving performance.

Health Assessment

Large
Low
Low
  • PR resolved quickly with minimal rework, indicating a straightforward bug fix.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
feat(lsp): autocomplete jsr:/npm:/node: in deno.json(c) imports divybot L No 2.6h 2.6h Jun 02, 2026

Summary

Feature

Add LSP autocomplete for imports in deno.json

Enables developers to quickly find and insert package versions in deno.json, improving productivity and reducing errors.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework indicates a well‑scoped change.

AI Details

Tech Stack

Languages: Rust
fix(lsp): use cached registry config when offline divybot M No 2.6h 2.6h Jun 02, 2026

Summary

Bug Fix

Fix LSP offline registry config fallback

Ensures LSP autocompletion works offline by falling back to cached registry config, improving developer experience when network is unavailable.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved in a single review cycle, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Rust
test(lsp): add no-unused-vars regression test for JSX factory divybot M No 2.4h 2.4h Jun 02, 2026

Summary

Test

Add no-unused-vars regression test for JSX factory

Adds a regression test to ensure the LSP correctly handles JSX factory bindings, preventing false positives for unused variables.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes; no significant rework.

AI Details

Tech Stack

Languages: Rust
fix(node): avoid spurious ERR_MULTIPLE_CALLBACK on process.stdout/stderr divybot M No 1.3h 1.3h Jun 02, 2026

Summary

Bug Fix

Fix spurious ERR_MULTIPLE_CALLBACK on stdio

Prevents crashes in Jest test suites by stabilizing stdio stream state, improving reliability for Node compatibility.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with minimal code churn and no new dependencies; low risk to production.

AI Details

Tech Stack

Languages: Javascript, Typescript
feat(compile): improve --bundle dependency resolution and add --minify bartlomieju L No 90.3h - Jun 02, 2026

Summary

Feature

Improve bundle dependency resolution and add minify

Enables easier bundling of npm projects with fewer manual flags and reduces bundle size via minification, improving developer experience and performance.

Health Assessment

Large
High
High
  • The PR required multiple iterations and a lengthy review cycle, indicating complex changes to the compile subsystem.

AI Details

Confidence: 0.10

Tech Stack

Languages: Rust
fix(check): make node:stream/web types alias the globals divybot XL No 52.7h 2.9h Jun 02, 2026

Summary

Bug Fix

Alias node:stream/web types to globals

This change resolves type errors when using node stream helpers with Deno's global streams, improving developer experience and type safety.

Health Assessment

X-Large
Low
Low
  • The PR was reviewed quickly and merged within 2 days, indicating smooth integration and minimal rework.

AI Details

Tech Stack

Languages: Typescript
docs(cli): document undocumented runtime API declarations divybot XL No 1.7h - Jun 02, 2026

Summary

Docs

Document runtime API declarations

Adds JSDoc comments to runtime API symbols, improving API documentation visibility for developers.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal code changes; no functional impact, making this a low‑risk documentation update.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Rust
fix(tsc): resolve Web globals to Deno's versions in npm packages divybot S No 39.7h 39.7h Jun 02, 2026

Summary

Bug Fix

Fix Web globals resolution in npm packages

This change fixes a type-check regression that caused errors when importing RequestInit/ResponseInit from npm packages, ensuring proper type resolution and preventing build failures for developers using Deno's TSC fork. By aligning npm package types with Deno's Web Fetch interfaces, developers can now reliably use fetch-related types without encountering TS2353 errors.

Health Assessment

Small
Low
High
  • The review cycle was nearly 40 hours, indicating a delay in feedback, but the change was small and low risk.

AI Details

Tech Stack

Languages: Typescript, Rust
fix(task): restore terminal mode after task exits on Windows divybot M No 14.3h 6.6h Jun 02, 2026

Summary

Bug Fix

Restore terminal mode after Windows task exit

Ensures users' terminals return to normal after running Deno tasks on Windows, preventing input echo issues and improving developer experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within a day, indicating low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust
feat(ext/node): env/global proxy support for node:http and node:https divybot XL No 316.6h 59.3h Jun 02, 2026

Summary

Feature

Add global proxy support for Node HTTP/HTTPS

Enables Deno to route Node.js HTTP and HTTPS requests through environment‑defined proxies, improving compatibility for users behind corporate or network proxies and enhancing security handling.

Health Assessment

X-Large
High
High
  • The PR required extensive rework with multiple merge conflicts and a long cycle time, indicating significant review friction and a high risk of integration issues.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust, Javascript, Typescript
fix(npm): share copy-package variants via symlink for class identity divybot L No 10.6h 1.6h Jun 02, 2026

Summary

Bug Fix

Fix npm copy-package variant symlink for class identity

Ensures consistent class identity across peer dependencies, preventing runtime errors in NestJS applications and improving reliability for npm package installations.

Health Assessment

Large
Medium
Medium
  • The PR was resolved quickly (10.6h) but required several reverts and rework, indicating a complex issue that was ultimately fixed with a focused change.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust
fix(napi): support ZeroMQ libuv addon symbols divybot XL No 22.4h - Jun 02, 2026

Summary

Bug Fix

Add libuv shims for ZeroMQ native addons

Enables ZeroMQ 6.3.0 to load correctly by providing missing libuv helpers, improving native addon compatibility and stability.

Health Assessment

X-Large
Medium
Low
  • PR completed in under a day with no review requests, indicating a straightforward bug fix that required extensive code changes.

AI Details

Tech Stack

Languages: Rust, Javascript
fix(install): run workspace member dependency lifecycle scripts with member INIT_CWD divybot L No 2.9h - Jun 02, 2026

Summary

Bug Fix

Fix workspace member lifecycle scripts init_cwd

Ensures workspace member dependencies run lifecycle scripts with the correct working directory, preventing build failures in multi-package projects such as SvelteKit.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with minimal rework; resolved a build failure caused by incorrect INIT_CWD handling in workspace member dependencies.

AI Details

Tech Stack

Languages: Rust, Typescript, Javascript
fix(runtime): suggest Worker/node:vm alternatives for npm:isolated-vm divybot M No 2.5h - Jun 02, 2026

Summary

Bug Fix

Suggest Worker/node:vm alternatives for isolated-vm

Provides clear guidance to developers encountering isolated-vm errors, improving developer experience and reducing support overhead.

Health Assessment

Small
Low
Low
  • Resolved within 2.5 hours with minimal changes, indicating a straightforward fix and efficient review process.

AI Details

Tech Stack

Languages: Rust, Javascript
fix(fmt): update markup_fmt to fix quadratic inline CSS formatting Xavrir M No 19.4h 18.6h Jun 02, 2026

Summary

Bug Fix

Fix quadratic inline CSS formatting in fmt

Improves Deno formatter performance on large HTML files by updating markup_fmt dependency and correcting closure error type, reducing formatting time from minutes to milliseconds.

Health Assessment

Medium
Low
Low
  • Resolved quickly with a single approval and minimal rework; performance regression fixed in under 20 hours.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Rust
fix(node): full re-export fallback for unresolvable member re-exports bartlomieju M No 8.6h 8.3h Jun 02, 2026

Summary

Bug Fix

Fix node re-export fallback for unresolved members

This change resolves import errors for Node modules that use member re-exports, improving developer experience and ensuring compatibility with third‑party packages.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework; PR merged within 8.6 hours, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Rust, Javascript
fix(ext/napi): clear error for Windows addons that link against node.exe divybot M No 1.0h 0.1h Jun 02, 2026

Summary

Bug Fix

Fix Windows addon load error for node.exe

Provides a clear diagnostic when native addons that link directly against node.exe fail to load on Windows, improving developer experience and reducing troubleshooting time.

Health Assessment

Medium
Low
Low
  • The PR was merged within an hour of opening, with no review delays and minimal code churn, indicating a straightforward, low-risk bug fix.

AI Details

Tech Stack

Languages: Rust
feat(compile): cover CJS-deep imports under --bundle bartlomieju M No 84.1h - Jun 02, 2026

Summary

Feature

Add support for deep CJS imports in bundle

Enables bundling of real npm projects with deep CommonJS imports, improving build reliability for users.

Health Assessment

Large
High
High
  • The PR required extensive conflict resolution and multiple test updates, indicating complex changes to the bundling logic. The long cycle time and large scope suggest a high risk of integration issues.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust, Typescript, Javascript
fix(runtime): suggest N-API alternatives for legacy V8/nan addons divybot M No 1.0h 0.1h Jun 02, 2026

Summary

Bug Fix

Add N-API alternative suggestions for legacy addons

Improves error messages for legacy native addons by suggesting Node-API alternatives, enhancing developer experience and reducing frustration.

Health Assessment

Medium
Low
Low
  • Quick turnaround with single review, minimal rework, and small to medium scope indicates a smooth process.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust, Javascript
fix(core): preserve WebAssembly streaming callback across new contexts bartlomieju M No 12.4h 3.6h Jun 02, 2026

Summary

Bug Fix

Preserve WebAssembly streaming callback across contexts

This fix restores WebAssembly streaming functionality after creating new V8 contexts, ensuring consistent behavior across Node and Deno environments, preventing runtime errors and improving developer experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, single review, no rework, low risk.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Rust
fix(ext/node): report real error code for failed dns.lookup divybot M No 0.5h 0.3h Jun 02, 2026

Summary

Bug Fix

Fix DNS lookup error code mismatch

Ensures DNS lookup errors in Deno match Node.js, improving compatibility for npm packages and debugging.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review, no rework.

AI Details

Tech Stack

Languages: Typescript
fix(lsp): complete npm package exports divybot L No 15.9h 15.9h Jun 02, 2026

Summary

Bug Fix

Complete npm package export completions

Enhances Deno's language server by providing accurate npm package export completions, improving developer productivity and reducing import errors.

Health Assessment

Large
Low
Low
  • PR was merged quickly with minimal rework, indicating a straightforward bug fix with low complexity.

AI Details

Confidence: 0.10

Tech Stack

Languages: Rust
fix(ext/fetch): preserve static request body length magurotuna M No 81.1h 58.9h Jun 02, 2026

Summary

Bug Fix

Preserve static request body length in fetch

Ensures forwarded requests include correct Content-Length, improving performance and reliability for downstream services.

Health Assessment

Medium
Medium
Medium
  • PR required over 3 days to merge with a single review and multiple commits, indicating moderate review friction and a need for clearer initial specifications.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix(lsp): recover from TSC isolate OOM instead of crashing the language server divybot M No 0.6h 0.6h Jun 02, 2026

Summary

Bug Fix

Recover from TSC isolate OOM in LSP

Prevents language server crashes due to memory overuse, ensuring continuous development experience and reducing downtime.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved in under an hour, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Rust
fix(lsp): use file uris for neovim virtual definitions divybot M No 18.5h - Jun 02, 2026

Summary

Bug Fix

Fix LSP file URI handling for Neovim virtual definitions

Ensures Neovim virtual definitions use file URIs, improving compatibility and preventing path resolution errors for users.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes merged within 18.5 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Rust
fix(napi): report a clear error for legacy V8/nan native addons divybot M No 7.4h 7.2h Jun 02, 2026

Summary

Bug Fix

Fix clear error for legacy V8 native addons

Provides a user-friendly error when loading unsupported legacy native addons, preventing crashes and improving developer experience.

Health Assessment

Medium
Low
Low
  • Resolved within a single commit and short review cycle, indicating a straightforward bug fix with minimal risk.

AI Details

Tech Stack

Languages: Rust, Javascript, C
fix(lsp): walk to enabled nested workspaces divybot L No 17.8h 17.8h Jun 02, 2026

Summary

Bug Fix

Fix LSP nested workspace preloading

This PR resolves an issue where the language server failed to preload nested workspaces when the root workspace was disabled, ensuring proper workspace discovery and improved developer experience.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 18 hours, indicating a smooth review process with minimal rework.

AI Details

Tech Stack

Languages: Rust
fix(lsp): include configured deps in auto-imports divybot M No 17.6h 17.6h Jun 02, 2026

Summary

Bug Fix

Include configured dependencies in auto-imports

Improves language server auto-imports by including user-configured dependencies, enhancing developer experience.

Health Assessment

Medium
Low
Low
  • PR resolved quickly with minimal rework, indicating a straightforward bug fix.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust
fix(rt): support host-FS CJS files in the standalone runtime crowlKats L AI 72.2h 31.8h Jun 02, 2026

Summary

Bug Fix

Support host-FS CJS files in standalone runtime

Ensures compiled binaries can correctly import CommonJS modules from the host filesystem, preventing runtime import errors for users.

Health Assessment

Medium
Medium
Low
  • PR fixed a runtime bug that caused import errors in compiled binaries; the change required a single review cycle and involved moderate code changes, but the overall cycle time was slow due to review delay.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript
fix(ext/fs): retry without FILE_FLAG_BACKUP_SEMANTICS on Windows when driver rejects it divybot M No 6.0h 6.0h Jun 02, 2026

Summary

Bug Fix

Fix Windows file open retry on problematic drivers

Ensures file operations succeed on Windows memory disks, improving reliability for developers using ImDisk-backed volumes.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved in a single commit after review, indicating low complexity.

AI Details

Tech Stack

Languages: Rust
fix(lsp): support test steps from imported helpers divybot L No 17.0h 17.0h Jun 02, 2026

Summary

Bug Fix

Fix LSP test steps from imported helpers

Ensures LSP tests correctly handle steps defined in helper modules, improving test reliability.

Health Assessment

Large
Low
Low
  • Fast turnaround with minimal review indicates a straightforward bug fix.

AI Details

Confidence: 0.20

Tech Stack

Languages: Rust
test(lsp): cover wasm multi-value return types divybot M No 16.8h - Jun 02, 2026

Summary

Test

Add LSP tests for wasm multi-value returns

Adds integration tests ensuring the language server correctly handles WebAssembly multi-value return types, improving reliability for wasm developers.

Health Assessment

Medium
Low
Low
  • PR added 59 lines of Rust tests and merged in under 17 hours with minimal review, indicating a straightforward, low-risk change.

AI Details

Tech Stack

Languages: Rust
fix(lsp): handle parser panics while parsing documents divybot M No 14.9h - Jun 01, 2026

Summary

Bug Fix

Fix LSP parser panic handling

Prevents crashes from malformed source files in the Deno language server, ensuring continuous diagnostics for developers. Improves stability and developer experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 15 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Rust
perf(ext/node): gate node:http async resource entry nathanwhitbot M No 37.7h 23.7h Jun 01, 2026

Summary

Chore

Optimize node:http async resource entry

Improves HTTP request handling by gating async resource entry when no async hooks active, boosting throughput while preserving async context behavior.

Health Assessment

Medium
Low
Low
  • The PR had a single review with minimal back‑and‑forth, and the performance change was delivered in a few commits over a day, indicating a smooth process.

AI Details

Tech Stack

Languages: Javascript, Typescript
Page 1 of 10 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos