Pull Request Explorer

Exploring 980 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
Alerting: Sort data query in refID order yuri-tceretian M No 17.4h 11.7h Aug 28, 2026

Summary

Bug Fix

Sort alerting rule expressions by refID

Ensures consistent rule comparison, reducing false positives in legacy API diff checks and improving stability for alerting configurations.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework, indicating a straightforward bugfix that improves consistency in the alerting rule compatibility layer.

AI Details

Confidence: 0.95

Tech Stack

Languages: Go
Folder variables: Cascade-delete Variables when a folder is deleted harisrozajac XL No 87.5h 11.1h Aug 28, 2026

Summary

Bug Fix

Cascade-delete folder-scoped variables on folder deletion

Ensures that deleting a folder automatically removes all associated variables, preventing orphaned data and improving data integrity for users.

Health Assessment

Large
High
Medium
  • The PR required several rework cycles and a review bot flagged issues, indicating moderate complexity and some friction in the review process.

AI Details

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

Tech Stack

Languages: Go
Docs: remove stale grafanactl archive date krishn1301 XS No 138.5h 33.0h Aug 28, 2026

Summary

Docs

Remove stale grafanactl archive date

Updates documentation to reflect that grafanactl is not archived yet, improving accuracy and user trust.

Health Assessment

Small
Low
Low
  • Quick, single-commit docs update with minimal review, indicating low risk and high confidence in correctness.

AI Details

Confidence: 1.00

Tech Stack

Rspack: Align target across entire pipeline jackw S No 22.6h 0.0h Aug 28, 2026

Summary

Refactor

Align Rspack target across pipeline

Ensures consistent browser target settings across the Rspack toolchain, preventing runtime issues and maintaining stability during dependency updates.

Health Assessment

Small
Low
Low
  • Fast review cycle with a single commit and minimal code changes indicates low complexity and risk.

AI Details

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

Tech Stack

Languages: Typescript
Alerting: Migrate the auto-sync settings hook and panel onto the Config API rodrigopk XL No 65.1h 21.7h Aug 28, 2026

Summary

Feature

Migrate auto-sync settings to Config API

Enables smoother auto‑sync configuration for alerting users, reducing errors and improving UI reliability.

Health Assessment

X-Large
Medium
Medium
  • The PR involved significant refactoring of auto‑sync logic, required multiple review cycles, and had a moderate cycle time, indicating moderate complexity but acceptable risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
Unified storage: drop registerOrReuse from informer metrics pstibrany M No 0.7h 0.3h Aug 28, 2026

Summary

Bug Fix

Remove registerOrReuse from informer metrics

Eliminates hidden duplicate metric registrations, ensuring accurate monitoring and preventing silent wiring errors.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework indicates a straightforward bug fix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Go
Chore: Remove preload SCSS styles ashharrison90 L No 19.6h 0.1h Aug 28, 2026

Summary

Chore

Remove preload SCSS styles

Clean up old SCSS by removing preloader styles and inlining minimal CSS, improving load performance and reducing bundle size.

Health Assessment

Medium
Low
Low
  • PR completed quickly with minimal review, indicating straightforward cleanup; AI bot review flagged a potential issue but was resolved before approval.

AI Details

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

Tech Stack

Languages: Typescript
Unified storage: register rvmanager metrics on the injected registry pstibrany M No 2.9h 2.9h Aug 28, 2026

Summary

Bug Fix

Register rvmanager metrics on injected registry

Metrics for rvmanager are now isolated per instance, preventing cross-test leakage. This ensures accurate monitoring of storage operations.

Health Assessment

Medium
Low
Low
  • Quick resolution with a single commit and minimal review, indicating a straightforward bugfix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Go
Docs: how to register metrics and what to do about duplicates pstibrany S No 0.2h 0.1h Aug 28, 2026

Summary

Docs

Document metric registration and duplicate handling

Provides guidance on registering metrics and handling duplicate registrations to prevent data leakage and errors.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes indicate a straightforward documentation update with low risk to production.

AI Details

Tech Stack

storage: return SQL list iteration errors kedarvartak S No 31.2h 5.4h Aug 28, 2026

Summary

Bug Fix

Return SQL list iteration errors

Propagate errors from SQL list iterator to prevent empty results on failure.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved after ~28h, no rework needed.

AI Details

Tech Stack

Languages: Go
Search: check trash folders in one call instead of one per folder pstibrany L No 3.3h 0.9h Aug 28, 2026

Summary

Refactor

Batch trash folder authorization to reduce latency

Improves server response for trash listings by batching authorization checks, cutting round trips from seconds to milliseconds and enhancing user experience when viewing many folders.

Health Assessment

AI Details

Confidence: 0.20

Tech Stack

Languages: Go
Unified storage: fix metric names and swap a summary for a histogram pstibrany S No 1.6h 1.6h Aug 28, 2026

Summary

Bug Fix

Fix metric names and swap summary to histogram

Corrects metric naming conventions and replaces a summary with a histogram, improving aggregation accuracy for unified storage monitoring.

Health Assessment

Small
Low
Low
  • Fast review and merge indicate low complexity and minimal risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Go
Dashboards: Extract panel id helpers to break circular imports grafakus L No 22.1h 0.1h Aug 28, 2026

Summary

Refactor

Extract panel ID helpers to remove circular imports

By moving panel ID utilities into a dedicated module, this change eliminates circular dependencies, improving build stability and maintainability for dashboard developers.

Health Assessment

Large
Medium
Low
  • The PR closed in just 22 hours with a single review, indicating a smooth process, but the 20 files and 200+ line changes suggest a substantial refactor that could impact downstream modules if not carefully tested.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
Unified storage: don't abandon the whole GC cycle when one group fails pstibrany M No 1.4h 1.3h Aug 28, 2026

Summary

Bug Fix

Fix KV garbage collector to continue after errors

Ensures the garbage collector processes all key groups even if one fails, improving reliability and preventing data loss.

Health Assessment

Medium
Low
Low
  • Fast review and merge with a single commit and approval indicates low complexity and risk.

AI Details

Tech Stack

Languages: Go
Unified storage: bucket batch size label on authz batch check metric pstibrany S No 2.5h 2.3h Aug 28, 2026

Summary

Refactor

Add bucket batch size label to authz metric

Reduces metric cardinality by grouping batch sizes into ranges, improving monitoring performance and query efficiency.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicate low complexity and risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Go
Unified storage: bound embeddings reconciler startup memory RafaelPaulovic M AI 23.5h 0.0h Aug 28, 2026

Summary

Bug Fix

Unified storage: bound embeddings reconciler startup memory

This change prevents OOM crashes during storage backfill by limiting memory usage, ensuring reliable deployments and reducing downtime.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal rework indicate a straightforward bug fix with low risk.

AI Details

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

Tech Stack

Languages: Go
Docs: Document the paths.bundled_plugins setting mckn XS No 3.8h 1.6h Aug 28, 2026

Summary

Docs

Document paths.bundled_plugins setting in Grafana

Adds documentation for the paths.bundled_plugins setting, ensuring users understand how bundled data sources work on air-gapped hosts, reducing configuration errors.

Health Assessment

Small
Low
Low
  • Quick documentation update with minimal review, indicating low complexity and high confidence.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

unify grpc error handling in unified storage store.go gngrchrl L No 44.9h 0.8h Aug 28, 2026

Summary

Bug Fix

Unify gRPC error handling in storage store

Standardizes error handling across unified storage, improving reliability and consistency.

Health Assessment

Large
High
Medium
  • The PR required multiple review rounds and a review bot, indicating careful scrutiny. The change is a medium‑large refactor of error handling logic, fixing failing tests and improving consistency across the storage layer.

AI Details

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

Tech Stack

Languages: Go
[fep-auto-deps] bump pacote to 21.5.1 cursor S No 6.3h 6.3h Aug 28, 2026

Summary

Chore

Bump pacote dependency to 21.5.1

Updates the pacote package to the latest patch, ensuring compatibility and security for the Grafana frontend.

Health Assessment

Small
Low
Low
  • Fast 6‑hour cycle with a single commit and no review back‑and‑forth, indicating a low‑risk, routine dependency update.

AI Details

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

Tech Stack

Languages: Javascript
Unified storage: drop unused index_server_index_latency_seconds metric pstibrany XS No 0.4h 0.4h Aug 28, 2026

Summary

Chore

Remove unused index latency metric

Eliminates a stale Prometheus metric that was never emitted, cleaning up storage metrics and reducing noise.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate low complexity and minimal risk.

AI Details

Tech Stack

Languages: Go
I18n: Download translations from Crowdin grafana-pr-automation XL No 5.9h - Aug 28, 2026

Summary

Feature

Download translations from Crowdin

Automated daily update of internationalization files, ensuring users see up-to-date localized content.

Health Assessment

X-Large
Medium
Low
  • PR merged within 6 hours with no review friction, but added over 2,400 lines of translation data across 18 files.

AI Details

Tech Stack

Chore: fix eslint suppressions — @grafana/require-no-margin in alerting CloudEvaluationBehavior cursor S No 1.3h 1.3h Aug 28, 2026

Summary

Chore

Fix eslint require-no-margin suppressions in CloudEvaluationBehavior

Reduces lint tech debt in the alerting UI with no visual impact, improving code quality for maintainers.

Health Assessment

Small
Low
Low
  • Quick single-commit fix with immediate approval, minimal risk to functionality.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Chore: Use maps.Copy ryantxu L No 1.4h 0.2h Aug 28, 2026

Summary

Refactor

Chore: Replace map-copy loops with maps.Copy

Removes repetitive map-copy boilerplate, modernizes Go backend, no user impact.

Health Assessment

Large
Medium
Low
  • Fast cycle time and minimal review comments, but multiple commits after the first review suggest some rework was needed.

AI Details

Confidence: 0.95

Tech Stack

Languages: Go
Search: []app.Manifest → ...*app.ManifestData- #13350 ryantxu L No 6.5h 6.5h Aug 28, 2026

Summary

Refactor

Refactor search to use ManifestData

Simplifies search logic by eliminating raw manifest dependency, improving maintainability and performance.

Health Assessment

Large
Low
Low
  • Fast cycle time and single review round indicate smooth integration; minimal friction and low risk for this refactor.

AI Details

Tech Stack

Languages: Go
Chore: modernize slices.contains ryantxu L No 0.4h 0.3h Aug 28, 2026

Summary

Refactor

Modernize slice membership checks

Replaces manual slice loops with standard library helpers, improving code quality without affecting behavior.

Health Assessment

Medium
Low
Low
  • Quick, single-commit refactor with minimal review friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Go
Unified Storage: postgres FTS lexical leg for external-collection hybrid search owensmallwood XL No 59.3h 1.2h Aug 28, 2026

Summary

Feature

Add Postgres FTS for external hybrid search

Enables full‑text search on external collections, improving search relevance and performance for users.

Health Assessment

X-Large
Medium
Low
  • The PR added a large amount of code in a single commit and was reviewed quickly with minimal back‑and‑forth, indicating an efficient process despite the scope of the changes.

AI Details

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

Tech Stack

Languages: Go, Sql
Datasources: Fix remaining bare-anchor subpath bugs mckn M No 64.6h 40.8h Aug 28, 2026

Summary

Bug Fix

Fix remaining bare-anchor subpath bugs

Ensures navigation links work correctly under subpath configuration, preventing broken links and improving user experience.

Health Assessment

Medium
Low
Medium
  • Single review cycle, moderate changes, quick resolution, low risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Chore: Upgrade swagger tooling ryantxu M No 97.9h 0.0h Aug 28, 2026

Summary

Chore

Upgrade Swagger tooling for Go 1.27 compatibility

Ensures Swagger generation works with Go 1.27 by removing deprecated GODEBUG setting and regenerating specs, maintaining API compatibility.

Health Assessment

Medium
Medium
High
  • The PR required multiple rebases and merges to align with upstream go-swagger updates, indicating iterative adjustments but ultimately resolved quickly after review.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude, Cursor
Confidence: 0.95

Tech Stack

Languages: Typescript
Connections: Fix subpath doubling on the landing page cards mckn M No 63.1h 16.6h Aug 28, 2026

Summary

Bug Fix

Fix subpath doubling on Connections landing page cards

Corrects navigation links for the Connections page under subpath, ensuring users see accurate card metadata and links, improving usability.

Health Assessment

Medium
Low
Medium
  • PR resolved a subpath duplication bug with minimal changes and a quick review, indicating efficient collaboration.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Chore: Upgrade go-swagger ryantxu XL No 1.7h 1.7h Aug 28, 2026

Summary

Chore

Upgrade go-swagger for Go 1.27 compatibility

Ensures Grafana's API generation remains compatible with Go 1.27 by upgrading go-swagger and adjusting type aliases, preventing future build failures.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review, indicating a straightforward dependency update.

AI Details

Tech Stack

Languages: Go, Typescript
Alerting: Fix notification policy drop and query drift in rule saves rodrigopk L No 23.2h 0.1h Aug 27, 2026

Summary

Bug Fix

Fix notification policy drop and query drift

Corrects rule editor behavior for notification policies and query handling, ensuring accurate rule saves and preventing unintended query modifications.

Health Assessment

Large
Low
Low
  • Quick review and merge within a day, minimal rework, indicating a straightforward bug fix with low complexity.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
unified-storage: fix GC not cleaning up old revisions of the same object gassiss L No 4.2h 2.7h Aug 27, 2026

Summary

Bug Fix

Fix GC to clean old revisions of same object

Ensures garbage collection removes all historical revisions when objects are deleted and recreated, preventing storage bloat and ensuring data consistency.

Health Assessment

Large
Low
Low
  • Quick fix with minimal rework; AI review helped identify edge cases and improve code quality.

AI Details

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

Tech Stack

Languages: Go
Tooltip: Add instrumentation for assistant button adela-almasan XS No 0.3h 0.2h Aug 27, 2026

Summary

Feature

Add instrumentation for assistant button

Adds telemetry event for clicking the 'Send to Assistant' button, enabling usage analytics and feature usage tracking.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicates straightforward instrumentation addition.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
LBAC: Return empty policy for missing rules forsethc S No 4.9h 4.8h Aug 27, 2026

Summary

Bug Fix

Return empty policy for missing LBAC rules

Provides a graceful empty response when no TeamLBACRule exists, ensuring middleware treats missing rules as failures.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal changes; single review round and no rework.

AI Details

Tech Stack

Languages: Go
Alerting: Refactor useIsAutoSyncActive onto the shared Config-API helpers rodrigopk L No 47.0h 21.7h Aug 27, 2026

Summary

Refactor

Refactor AutoSync Hook to Shared Config Helpers

Centralizes alerting auto‑sync logic, reducing duplication and potential bugs while maintaining existing behavior.

Health Assessment

Large
Low
Low
  • Single commit with a quick AI review and no subsequent changes indicates a smooth, low‑friction process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
PanelEditNext: Add AI query coauthoring NWRichmond XL AI 172.0h 109.6h Aug 27, 2026

Summary

Feature

Add AI query coauthoring to PanelEditNext

Enables AI‑assisted PromQL query editing in Grafana’s PanelEditNext, letting users highlight queries, request AI suggestions, preview, and accept or dismiss changes behind a feature flag.

Health Assessment

X-Large
High
High
  • The PR had a slow review cycle with many iterations and a large codebase change, indicating significant complexity and potential risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Go
Frameworks: React
Text: Add data refresh tests coverage adela-almasan M No 17.2h 17.2h Aug 27, 2026

Summary

Test

Add data refresh tests coverage

Adds comprehensive tests for data refresh behavior in the text panel, improving reliability and reducing regressions for end users.

Health Assessment

Medium
Low
Low
  • Fast cycle time with minimal rework; tests added to improve stability.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
AuthN: Fix concurrent rotation of session tokens stranding requests linoman M No 170.4h 117.5h Aug 27, 2026

Summary

Bug Fix

Fix concurrent session token rotation race

Prevents forced logouts caused by race conditions during session token rotation, improving user session stability.

Health Assessment

Medium
Low
High
  • Long cycle time due to delayed review and a single review round; moderate scope; low risk due to focused change and comprehensive tests.

AI Details

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

Tech Stack

Languages: Go
TimeComparison: Add color mode for tooltip drew08t L No 36.7h 9.4h Aug 27, 2026

Summary

Feature

Add color mode for time comparison tooltip

This PR introduces a new color mode for time comparison tooltips, allowing users to choose between standard, inverted, or value-based coloring, enhancing visual clarity without affecting existing dashboards. The change improves user experience by providing clearer delta indications while preserving current behavior.

Health Assessment

Large
Medium
Medium
  • The PR was merged within 36 hours, indicating a relatively quick review cycle, but the number of commits after the first review suggests some iterative refinement.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
[release-13.1.5] Docs: Update Loki data source documentation lwandz13 XL No 0.7h 0.1h Aug 27, 2026

Summary

Docs

Update Loki Data Source Documentation

Provides comprehensive, up-to-date documentation for Loki data source, enabling easier configuration, alerting, and troubleshooting for users.

Health Assessment

X-Large
Low
Low
  • Rapid review and merge indicate a straightforward documentation update with minimal risk to the codebase.

AI Details

Tech Stack

Rspack: Use Typescript 7 with typechecker plugin jackw XS No 2.2h 0.3h Aug 27, 2026

Summary

Feature

Enable TsGo for Rspack typechecker

Speeds up typechecking during development by using TsGo, improving developer productivity.

Health Assessment

Small
Low
Low
  • Quick approval, minimal changes, fast cycle time indicates low complexity.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript
[release-13.2.1] Docs: Update Loki data source documentation grafana-pr-automation XL No 0.2h 0.1h Aug 27, 2026

Summary

Docs

Update Loki data source documentation

Overhauls Loki data source docs to align with standards, adding alerting, annotations, and troubleshooting guides.

Health Assessment

X-Large
Low
Low
  • Rapid merge with minimal review, indicating a straightforward documentation update.

AI Details

Tech Stack

Explore: Widen single-value raw Prometheus results sgriff96 S No 163.9h 146.0h Aug 27, 2026

Summary

Feature

Widen single-value raw Prometheus results

Improves readability of Prometheus instant query results by widening the value column, eliminating horizontal scrolling for long numeric values.

Health Assessment

Small
Low
High
  • The PR had a long review cycle but involved minimal code changes, indicating a slow but low-risk process.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Alerting: Fix negative triage filters being cancelled out by alias expansion gillesdemey M AI 5.2h 5.1h Aug 27, 2026

Summary

Bug Fix

Fix negative triage filter alias expansion bug

Corrects alert filtering logic so exclusions on cluster, namespace, service, or severity keys properly exclude alerts, preventing false positives and improving alert accuracy.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, resolved in a single commit after review, indicating low complexity and high confidence in correctness.

AI Details

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

Tech Stack

Languages: Typescript
AuthZ: Preserve legacy resource permission command semantics mihai-turdean XL No 45.9h 3.7h Aug 27, 2026

Summary

Feature

Preserve legacy resource permission command semantics

Ensures legacy bulk resource‑permission requests are correctly translated to the K8s API, maintaining compatibility for existing clients such as the Terraform provider.

Health Assessment

Large
Medium
Low
  • The PR was merged within 2 days with a single review cycle and minimal comments, indicating a smooth review process despite a sizable code change.

AI Details

Confidence: 0.95

Tech Stack

Languages: Go
Secrets: Add agent-observability decrypter to the docs alexander-akhmetov XS No 0.2h 0.1h Aug 27, 2026

Summary

Health Assessment

AI Details

Tech Stack

Explore: Scroll to the exact query row when jumping from the sidebar Develer M No 25.1h 25.0h Aug 27, 2026

Summary

Bug Fix

Fix scroll positioning in Explore sidebar

Ensures query rows in Explore scroll to the correct position, preventing overscroll and improving navigation.

Health Assessment

Small
Low
High
  • The PR had a long review cycle (~25h) but only a single commit and minimal changes, indicating a straightforward bug fix with minimal friction once reviewed.

AI Details

Tech Stack

Languages: Typescript
Fix build: ensure `getLogger` is called after the loggers registry is initialised ashharrison90 XS No 0.4h 0.1h Aug 27, 2026

Summary

Bug Fix

Fix getLogger initialization order

Ensures logger initialization order to prevent race conditions, improving build stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge.

AI Details

Tech Stack

Languages: Typescript
Build: Add RSPACK=1 switch to make run, run-go and run-frontend nicwestvold S No 43.5h 42.9h Aug 27, 2026

Summary

Chore

Add RSPACK switch to make run commands

Enables frontend engineers to use RSPACK for local development without manual flag, improving dev workflow.

Health Assessment

Small
Low
Medium
  • Review took almost two days, but the change was small and straightforward, resulting in a single approval and quick merge.

AI Details

Confidence: 0.95

Tech Stack

APP/Plugins: Register search dependency ryantxu S No 1.1h 1.1h Aug 27, 2026

Summary

Feature

Register search dependency for app plugins

Adds search dependency registration for app plugins, improving plugin discovery and search capabilities.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicates straightforward implementation.

AI Details

Tech Stack

Languages: Go
« Page 6 of 20 »

Get this analytics stack for your team

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

Connect Repos