wip: pull request view & md rendering
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"node": {
|
||||
"__typename": "PullRequest",
|
||||
"timelineItems": {
|
||||
"pageInfo": {
|
||||
"endCursor": "timeline:PR_kwDOSprint62:page1",
|
||||
"hasNextPage": true
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"__typename": "AssignedEvent",
|
||||
"createdAt": "2026-04-28T10:25:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"assignee": {
|
||||
"__typename": "User",
|
||||
"login": "mariahops",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/6161?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "PullRequestCommit",
|
||||
"commit": {
|
||||
"committedDate": "2026-04-29T08:14:00Z",
|
||||
"abbreviatedOid": "9f3c2ab",
|
||||
"messageHeadline": "Add release handoff checklist panel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "IssueComment",
|
||||
"createdAt": "2026-04-29T11:00:00Z",
|
||||
"author": {
|
||||
"__typename": "User",
|
||||
"login": "rorycraft",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/7171?v=4"
|
||||
},
|
||||
"body": "Release checklist is ready for QA."
|
||||
},
|
||||
{
|
||||
"__typename": "ReviewRequestedEvent",
|
||||
"createdAt": "2026-04-30T09:20:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"requestedReviewer": {
|
||||
"__typename": "User",
|
||||
"login": "leaferiksen",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "PullRequestReview",
|
||||
"createdAt": "2026-05-01T03:42:00Z",
|
||||
"author": {
|
||||
"__typename": "User",
|
||||
"login": "leaferiksen",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
|
||||
},
|
||||
"state": "APPROVED",
|
||||
"body": "Planner handoff flow looks good."
|
||||
},
|
||||
{
|
||||
"__typename": "LabeledEvent",
|
||||
"createdAt": "2026-05-01T04:10:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"label": {
|
||||
"name": "release-blocker"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user