wip: pull request view & md rendering
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"node": {
|
||||
"__typename": "PullRequest",
|
||||
"timelineItems": {
|
||||
"pageInfo": {
|
||||
"endCursor": "timeline:PR_kwDOSprint62:page3",
|
||||
"hasNextPage": false
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"__typename": "BaseRefChangedEvent",
|
||||
"createdAt": "2026-05-02T10:00:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "AddedToMergeQueueEvent",
|
||||
"createdAt": "2026-05-03T05:12:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "RemovedFromMergeQueueEvent",
|
||||
"createdAt": "2026-05-03T05:18:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "ReferencedEvent",
|
||||
"createdAt": "2026-05-03T12:05:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "rorycraft",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/7171?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "ReviewDismissedEvent",
|
||||
"createdAt": "2026-05-03T12:50:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "DemilestonedEvent",
|
||||
"createdAt": "2026-05-04T07:20:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"milestoneTitle": "May Release"
|
||||
},
|
||||
{
|
||||
"__typename": "MergedEvent",
|
||||
"createdAt": "2026-05-04T18:10:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "ClosedEvent",
|
||||
"createdAt": "2026-05-04T18:15:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user