wip: pull request view & md rendering
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"node": {
|
||||
"__typename": "PullRequest",
|
||||
"timelineItems": {
|
||||
"pageInfo": {
|
||||
"endCursor": "timeline:PR_kwDOInfra19:page1",
|
||||
"hasNextPage": false
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"__typename": "IssueComment",
|
||||
"createdAt": "2026-04-29T07:10:00Z",
|
||||
"author": {
|
||||
"__typename": "User",
|
||||
"login": "piperlane",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/8181?v=4"
|
||||
},
|
||||
"body": "Closing this until the failover runbook stabilizes."
|
||||
},
|
||||
{
|
||||
"__typename": "ReferencedEvent",
|
||||
"createdAt": "2026-04-30T06:15:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "ReopenedEvent",
|
||||
"createdAt": "2026-05-01T09:45:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "piperlane",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/8181?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "ClosedEvent",
|
||||
"createdAt": "2026-05-02T12:05:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "piperlane",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/8181?v=4"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user