sh.tangled.repo.issue
Record
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.issue/3mhhsowh4bk22{}
"cid": "bafyreieznoobtyrepelnumyrtn554oy3b7kxkgqv4jbeplqykgw5kawhvy",
"value": {}
"body": "That checkbox for each files in GH PR review page. Implementation wise, these information will be attached to the review comment.
something like this:
```jsonc
{
"$type": "sh.tangled.comment",
"body": {
"$type": "sh.tangled.markup#markdown",
"content": "lgtm",
},
//...
"review": {
"files": [
{ "path": "/appview/state/knotstream.go", "state": "approved" },
{ "path": "/knotserver/db/events.go", "state": "need fix" },
]
}
}
```",
"$type": "sh.tangled.repo.issue",
"title": "pr review state for each files",
"repoDid": "did:plc:j5hmlfdrwkvtxm7cjmu7j2is",
"createdAt": "2026-03-20T05:43:24Z"