Generated: 2026-03-22 | Total open issues: 201
| Status | Count |
|---|---|
| Investigated, no fix | 123 |
| Uninvestigated | 32 |
| """ | |
| Dual-score analysis with linked issue data. | |
| Score 1: Closeness to Merge (PR mechanical state) | |
| Score 2: Deserves Attention (impact + urgency + effort-at-risk) | |
| """ | |
| import json | |
| import numpy as np | |
| import pandas as pd | |
| import statsmodels.api as sm |
Audience: You understand regex patterns and how the standard backtracking engine works (try branches, backtrack on failure). This guide explains everything else from scratch.
Generated 2026-02-28 by pr-triage skill
Note: "Who" shows "—" for most PRs because dotnet/aspire has no
docs/area-owners.md.
| Score | PR | Title | Who | Next Action | CI | Author | Why |
|---|---|---|---|---|---|---|---|
| 8.2 | #14409 | Increase az aks update timeout from 3 to 5 minutes in AKS E2E tests | — | Maintainer: review needed | ✅ | @mitchdenny | ✅ CI passed · 👍 approved (non-owner) · 📦 small change |
| 8 | #11706 | Fix UpdateConfig property types for Docker Compose serialization | — | Maintainer: review needed | ✅ | @app/copilot-swe-agent | ✅ CI passed · 👍 approved (non-owner) · 📦 small change · 🕰️ old (152d) |
Generated 2026-02-28 by pr-triage skill
| Score | PR | Title | Who | Next Action | CI | Author | Why |
|---|---|---|---|---|---|---|---|
| 7.9 | #124424 | Fix Ping RoundtripTime returning 0 for TtlExpired replies | @karelz | Maintainer: review needed | ✅ | @🌐lufen | ✅ CI passed · 👍 approved (non-owner) · 🌐 community · 📦 small change |
| 7.1 | #123662 | [release/8.0-staging] Deny unmasked frame receive for WebSocket Server | @liveans | Author: fix CI failures | ❌ | @liveans | ❌ CI failing · 👍 owner approved · 📦 small change · ⏳ stale (25d) |
| 6.5 | #123360 | Align HttpListener.GetContext() exception across platforms for Stop/Ab | @wfurt | Author: respond to 3 thread(s) from @stephentoub, @rzikm | ✅ | @app/copilot-swe-ag |
Generated 2026-02-28 by pr-triage skill
| Score | PR | Title | Who | Next Action | CI | Author | Why |
|---|---|---|---|---|---|---|---|
| 7.7 | #124880 | [Wasm RyuJit] annotate (some) local accesses with var nums | @AndyAyersMS | Author: respond to 2 thread(s) from @SingleAccretion | ✅ | @AndyAyersMS | ✅ CI passed · 👍 approved (non-owner) · 💬 2 unresolved · 📦 small change |
| 7.4 | #123546 | arm64: Remove widening casts before truncating | @JulieLeeMSFT | Maintainer: review needed | ✅ | @🌐jonathandavies-arm | ✅ CI passed · 👍 approved (non-owner) · 🌐 community · 📦 large (3 files, 724 lines) |
| 7.3 | #122533 | Fix #74020: Optimize consecutive shifts in JIT Morph | @csa7mdm | Author: respond to 7 thread(s) from @Ego |
NEVER post comments to GitHub PRs or issues (via gh, API, or any other mechanism) without first showing the exact text to the user and getting explicit approval.
NEVER push to a remote without explicit approval. Prefer new commits over amending (exceptions: asked to amend, or minor fix to an unpushed broken commit). Never squash or force-push unless explicitly told.
When creating PR/issue comments or descriptions containing non-ASCII characters (em-dashes, μ, etc.), write the content to a temp file with the create tool and use --body-file to avoid UTF-8/codepage corruption on Windows. Use | entity for literal | inside markdown table cells. Avoid PowerShell expandable strings (@"..."@) for markdown with backticks; use literal here-strings (@'...'@).