wip: pull request view & md rendering
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"node": {
|
||||
"__typename": "PullRequest",
|
||||
"timelineItems": {
|
||||
"pageInfo": {
|
||||
"endCursor": "timeline:PR_kwDOSprint62:page2",
|
||||
"hasNextPage": true
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"__typename": "ReviewRequestRemovedEvent",
|
||||
"createdAt": "2026-05-01T04:20:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"requestedReviewer": {
|
||||
"__typename": "Team",
|
||||
"name": "release-engineering"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "HeadRefForcePushedEvent",
|
||||
"createdAt": "2026-05-01T06:10:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "rorycraft",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/7171?v=4"
|
||||
},
|
||||
"beforeCommit": {
|
||||
"abbreviatedOid": "9f3c2ab"
|
||||
},
|
||||
"afterCommit": {
|
||||
"abbreviatedOid": "be7a811"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "MilestonedEvent",
|
||||
"createdAt": "2026-05-01T06:35:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "mariahops",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/6161?v=4"
|
||||
},
|
||||
"milestoneTitle": "May Release"
|
||||
},
|
||||
{
|
||||
"__typename": "UnlabeledEvent",
|
||||
"createdAt": "2026-05-01T07:05:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
},
|
||||
"label": {
|
||||
"name": "tests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "AutoMergeEnabledEvent",
|
||||
"createdAt": "2026-05-02T02:15:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "kennethnym",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__typename": "AutoMergeDisabledEvent",
|
||||
"createdAt": "2026-05-02T02:18:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "mariahops",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/6161?v=4"
|
||||
},
|
||||
"reason": "Branch protection rules changed"
|
||||
},
|
||||
{
|
||||
"__typename": "CrossReferencedEvent",
|
||||
"createdAt": "2026-05-02T08:40:00Z",
|
||||
"actor": {
|
||||
"__typename": "User",
|
||||
"login": "piperlane",
|
||||
"avatarUrl": "https://avatars.githubusercontent.com/u/8181?v=4"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user