wip: pull request view & md rendering
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"node": {
|
||||
"__typename": "PullRequest",
|
||||
"timelineItems": {
|
||||
"pageInfo": {
|
||||
"endCursor": "timeline:PR_kwDOAgent47:page1",
|
||||
"hasNextPage": false
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"__typename": "AssignedEvent",
|
||||
"createdAt": "2026-04-30T14:30:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"assignee": {
|
||||
"__typename": "Mannequin",
|
||||
"login": "legacy-ci-owner",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/90001?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "ReadyForReviewEvent",
|
||||
"createdAt": "2026-05-01T01:05:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "leaferiksen",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "ReviewRequestedEvent",
|
||||
"createdAt": "2026-05-01T01:10:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"requestedReviewer": {
|
||||
"__typename": "Team",
|
||||
"name": "prompting"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "PullRequestCommit",
|
||||
"commit": {
|
||||
"committedDate": "2026-05-01T03:00:00Z",
|
||||
"abbreviatedOid": "4a8df12",
|
||||
"messageHeadline": "Split prompt packing from worker execution"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "IssueComment",
|
||||
"createdAt": "2026-05-01T03:20:00Z",
|
||||
"author": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"body": "Let us keep this in draft until telemetry lands."
|
||||
},
|
||||
{
|
||||
"__typename": "ConvertToDraftEvent",
|
||||
"createdAt": "2026-05-01T04:00:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "leaferiksen",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "UnassignedEvent",
|
||||
"createdAt": "2026-05-01T04:10:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"assignee": {
|
||||
"__typename": "Mannequin",
|
||||
"login": "legacy-ci-owner",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/90001?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "PullRequestReview",
|
||||
"createdAt": "2026-05-02T00:15:00Z",
|
||||
"author": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"state": "COMMENTED",
|
||||
"body": "Split looks good; leaving draft until telemetry is in."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user