logoalt Hacker News

MrGilberttoday at 6:06 AM2 repliesview on HN

Maybe I miss a bit of information here, but I'm wondering why a random PR in a repository (https://github.com/Piebald-AI/tweakcc/pull/459) can close an issue in an unrelated repository (https://github.com/anthropics/claude-code/issues/6235)?

Is that a misconfiguration, or is that on purpose for Github? I never noticed that before.


Replies

PieUsertoday at 6:38 AM

GitHub API says it was closed by bcherny himself:

$ gh api repos/anthropics/claude-code/issues/6235 --jq '{state, state_reason, closed_at, closed_by}'

{ "closed_at": "2026-08-17T03:37:37Z", "closed_by": { ... "id": 1761758, "login": "bcherny", "url": "https://api.github.com/users/bcherny", }, "state": "closed", "state_reason": "completed" }

show 1 reply
QuantumNomad_today at 6:13 AM

I don’t see that the issue was closed by that PR. Where do you see that?

show 1 reply