You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-referenced all 66 open issues against open/merged PR bodies (closing keywords: closes/fixes/resolves#N, HTML-comment-stripped so the PR template's own "Closes #123" example doesn't match as a false positive).
A label sweep — in review or has-pr — on the 15 issues above would make this visible without re-reading every thread. Repo currently has no such label, and this account only has pull access, not triage, so it can't be applied directly.
A pull_request Action (opened / synchronize / closed) reading closingIssuesReferences via GraphQL — more reliable than regex, ignores template comments — could auto-label linked issues in review on PR open, and lean on GitHub's native auto-close on merge. The #256 gap above is exactly the failure mode that would catch: a PR that ships the fix but references the issue without a closing keyword, so it never auto-closes. Happy to send that workflow as a PR if useful.
Summary
Cross-referenced all 66 open issues against open/merged PR bodies (closing keywords:
closes/fixes/resolves#N, HTML-comment-stripped so the PR template's own"Closes #123"example doesn't match as a false positive).Issues with an open PR ready for review
Already shipped (partial) — close or rescope
openship certs ca …CLI + dashboard CA picker from the original ask — #380's own description says those stay unmerged drafts on the contributor's fork#380 referenced the issue as a bare
#256, notCloses #256, so GitHub's native auto-close never fired despite the change landing.Ask
in revieworhas-pr— on the 15 issues above would make this visible without re-reading every thread. Repo currently has no such label, and this account only haspullaccess, nottriage, so it can't be applied directly.Automating this going forward
A
pull_requestAction (opened/synchronize/closed) readingclosingIssuesReferencesvia GraphQL — more reliable than regex, ignores template comments — could auto-label linked issuesin reviewon PR open, and lean on GitHub's native auto-close on merge. The #256 gap above is exactly the failure mode that would catch: a PR that ships the fix but references the issue without a closing keyword, so it never auto-closes. Happy to send that workflow as a PR if useful.