Darkmatter · github-bot stage: prod
preview@internal.darkmatter
Events received
76080
Ignored
76044
Jobs dispatched
36

Event 43e568c0…

← All events

Event

Delivery
43e568c0-600f-11f1-9b76-8601d6558a03
Event
issue_comment
Action
created
Received
2026-06-04T12:16:51.806Z
Signature
valid
Parsed
yes
Sender
vercel[bot]
Repo
darkmatter/shadcn-ui-registry
Status
ignored — bot_or_missing_actor

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.89",
  "cf-ipcountry": "US",
  "cf-ray": "a066df03be33de8e",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "18832",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/933e3d3",
  "x-forwarded-proto": "https",
  "x-github-delivery": "43e568c0-600f-11f1-9b76-8601d6558a03",
  "x-github-event": "issue_comment",
  "x-github-hook-id": "628737947",
  "x-github-hook-installation-target-id": "3663660",
  "x-github-hook-installation-target-type": "integration",
  "x-real-ip": "140.82.115.89"
}

Payload

{
  "action": "created",
  "issue": {
    "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/4",
    "repository_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry",
    "labels_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/4/labels{/name}",
    "comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/4/comments",
    "events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/4/events",
    "html_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/4",
    "id": 4588600588,
    "node_id": "PR_kwDOQauchc7iq6WG",
    "number": 4,
    "title": "fix: render the Wallet Kit bundle preview",
    "user": {
      "login": "czxtm",
      "id": 1325802,
      "node_id": "MDQ6VXNlcjEzMjU4MDI=",
      "avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/czxtm",
      "html_url": "https://github.com/czxtm",
      "followers_url": "https://api.github.com/users/czxtm/followers",
      "following_url": "https://api.github.com/users/czxtm/following{/other_user}",
      "gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
      "organizations_url": "https://api.github.com/users/czxtm/orgs",
      "repos_url": "https://api.github.com/users/czxtm/repos",
      "events_url": "https://api.github.com/users/czxtm/events{/privacy}",
      "received_events_url": "https://api.github.com/users/czxtm/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "labels": [],
    "state": "open",
    "locked": false,
    "assignees": [],
    "milestone": null,
    "comments": 1,
    "created_at": "2026-06-04T12:16:44Z",
    "updated_at": "2026-06-04T12:16:50Z",
    "closed_at": null,
    "assignee": null,
    "author_association": "MEMBER",
    "issue_field_values": [],
    "type": null,
    "active_lock_reason": null,
    "draft": false,
    "pull_request": {
      "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/4",
      "html_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/4",
      "diff_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/4.diff",
      "patch_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/4.patch",
      "merged_at": null
    },
    "body": "## Problem\n\nOn the registry, the **\"Wallet Kit\"** item rendered an empty preview.\n\n## Root cause\n\n`wallet` is a `registry:block` bundle with `files: []` (correct — installing it pulls the 7 wallet modules via `registryDependencies`). But the registry showcase previews each item by iframing `/demo/<name>`, and there was **no `demos[\"wallet\"]` entry** — so it fell through to the \"No live preview\" placeholder. The individual wallet items (`wallet-pills`, `wallet-indicators`, …) rendered fine; only the bundle was missing a demo.\n\n## Fix\n\nAdd a bundle demo (`src/app/demo/[name]/wallet/kit.tsx`) **composed from every per-module wallet demo** with namespaced keys, and wire `wallet` into the demos map. The kit page now showcases the full component set, and — because it's built from the existing module demos — it can't drift out of sync with what the individual components render.\n\n## Verification\n\n- Served the production build and confirmed `/demo/wallet` now renders the gallery (62 wallet component markers: `n-btn`, `n-pill`, `n-card`, gauges, rows, etc.) instead of the placeholder.\n- `tsc --noEmit` 0 errors · `biome check src` 0 errors (1 nursery warning) · `next build` ✅.\n\nFollow-up to #3 (the wallet kit landed there; this restores its preview).\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n<!-- codesmith:footer -->\n---\n<a href=\"https://app.blacksmith.sh/darkmatter/codesmith/shadcn-ui-registry/pr/4\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-light-v2.svg\"><img alt=\"View with Codesmith\" src=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg\"></picture></a> <a href=\"https://backend.blacksmith.sh/track/enable-autofix?expires=1783167407&installation_id=137091173&pr_number=4&repository=darkmatter%2Fshadcn-ui-registry&return_to=https%3A%2F%2Fgithub.com%2Fdarkmatter%2Fshadcn-ui-registry%2Fpull%2F4&signature=dda16721a6941dd8fb701c8224a46efe21eafabe4b56995f1c93cca755b380ba\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-light.svg\"><img alt=\"Autofix with Codesmith\" src=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg\"></picture></a>\n<sup>Need help on this PR? Tag <code>@codesmith</code> with what you need. Autofix is disabled.</sup>\n\n<!-- codesmith:autofix:disabled -->\n<!-- /codesmith:footer -->",
    "reactions": {
      "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/4/reactions",
      "total_count": 0,
      "+1": 0,
      "-1": 0,
      "laugh": 0,
      "hooray": 0,
      "confused": 0,
      "heart": 0,
      "rocket": 0,
      "eyes": 0
    },
    "timeline_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/4/timeline",
    "performed_via_github_app": null,
    "state_reason": null
  },
  "comment": {
    "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/comments/4622038853",
    "html_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/4#issuecomment-4622038853",
    "issue_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/4",
    "id": 4622038853,
    "node_id": "IC_kwDOQauchc8AAAABE363RQ",
    "user": {
      "login": "vercel[bot]",
      "id": 35613825,
      "node_id": "MDM6Qm90MzU2MTM4MjU=",
      "avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/vercel%5Bbot%5D",
      "html_url": "https://github.com/apps/vercel",
      "followers_url": "https://api.github.com/users/vercel%5Bbot%5D/followers",
      "following_url": "https://api.github.com/users/vercel%5Bbot%5D/following{/other_user}",
      "gists_url": "https://api.github.com/users/vercel%5Bbot%5D/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/vercel%5Bbot%5D/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/vercel%5Bbot%5D/subscriptions",
      "organizations_url": "https://api.github.com/users/vercel%5Bbot%5D/orgs",
      "repos_url": "https://api.github.com/users/vercel%5Bbot%5D/repos",
      "events_url": "https://api.github.com/users/vercel%5Bbot%5D/events{/privacy}",
      "received_events_url": "https://api.github.com/users/vercel%5Bbot%5D/received_events",
      "type": "Bot",
      "user_view_type": "public",
      "site_admin": false
    },
    "created_at": "2026-06-04T12:16:50Z",
    "updated_at": "2026-06-04T12:16:50Z",
    "body": "[vc]: #TuvId/6VIdqRJ337mn8/Hk+AzcUgUbCo++1AV0u3nIs=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzaGFkY24tdWktcmVnaXN0cnkiLCJwcm9qZWN0SWQiOiJwcmpfWmh2SzVZQWkxaFF1cEFtVEtHcnFMcXhTNzRjVSIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJzaGFkY24tdWktcmVnaXN0cnktZ2l0LWZpeC13YWxsZXQta2l0LWJ1bi03MmY4Y2YtZGFya21hdHRlcmxhYnMudmVyY2VsLmFwcCJ9LCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vZGFya21hdHRlcmxhYnMvc2hhZGNuLXVpLXJlZ2lzdHJ5LzdRNXk0bXRvYzRXSnRSekR1cVdqV3ozYkd4YkMiLCJwcmV2aWV3VXJsIjoic2hhZGNuLXVpLXJlZ2lzdHJ5LWdpdC1maXgtd2FsbGV0LWtpdC1idW4tNzJmOGNmLWRhcmttYXR0ZXJsYWJzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQifV0sInJlcXVlc3RSZXZpZXdVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vdmVyY2VsLWFnZW50L3JlcXVlc3QtcmV2aWV3P293bmVyPWRhcmttYXR0ZXImcmVwbz1zaGFkY24tdWktcmVnaXN0cnkmcHI9NCJ9\nThe latest updates on your projects. Learn more about [Vercel for GitHub](https://vercel.link/github-learn-more).\n\n| Project | Deployment | Actions | Updated (UTC) |\n| :--- | :----- | :------ | :------ |\n| [shadcn-ui-registry](https://vercel.com/darkmatterlabs/shadcn-ui-registry) | ![Ready](https://vercel.com/static/status/ready.svg) [Ready](https://vercel.com/darkmatterlabs/shadcn-ui-registry/7Q5y4mtoc4WJtRzDuqWjWz3bGxbC) | [Preview](https://shadcn-ui-registry-git-fix-wallet-kit-bun-72f8cf-darkmatterlabs.vercel.app), [Comment](https://vercel.live/open-feedback/shadcn-ui-registry-git-fix-wallet-kit-bun-72f8cf-darkmatterlabs.vercel.app?via=pr-comment-feedback-link) | Jun 4, 2026 12:16pm |\n\n<a href=\"https://vercel.com/vercel-agent/request-review?owner=darkmatter&repo=shadcn-ui-registry&pr=4\" rel=\"noreferrer\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://agents-vade-review.vercel.sh/request-review-dark.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://agents-vade-review.vercel.sh/request-review-light.svg\"><img src=\"https://agents-vade-review.vercel.sh/request-review-light.svg\" alt=\"Request Review\"></picture></a>\n\n",
    "author_association": "NONE",
    "reactions": {
      "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/comments/4622038853/reactions",
      "total_count": 0,
      "+1": 0,
      "-1": 0,
      "laugh": 0,
      "hooray": 0,
      "confused": 0,
      "heart": 0,
      "rocket": 0,
      "eyes": 0
    },
    "performed_via_github_app": {
      "id": 8329,
      "client_id": "Iv1.9d7d662ea00b8481",
      "slug": "vercel",
      "node_id": "MDM6QXBwODMyOQ==",
      "owner": {
        "login": "vercel",
        "id": 14985020,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw",
        "avatar_url": "https://avatars.githubusercontent.com/u/14985020?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vercel",
        "html_url": "https://github.com/vercel",
        "followers_url": "https://api.github.com/users/vercel/followers",
        "following_url": "https://api.github.com/users/vercel/following{/other_user}",
        "gists_url": "https://api.github.com/users/vercel/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/vercel/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/vercel/subscriptions",
        "organizations_url": "https://api.github.com/users/vercel/orgs",
        "repos_url": "https://api.github.com/users/vercel/repos",
        "events_url": "https://api.github.com/users/vercel/events{/privacy}",
        "received_events_url": "https://api.github.com/users/vercel/received_events",
        "type": "Organization",
        "user_view_type": "public",
        "site_admin": false
      },
      "name": "Vercel",
      "description": "Vercel for GitHub automatically deploys your PRs to Vercel.\r\nPreview every PR live, without any configuration required.\r\n\r\nFor more information, see our [documentation](https://vercel.com/docs/github?utm_source=github&utm_medium=marketplace&utm_campaign=vercel-app).\r\n\r\n![](https://assets.vercel.com/image/upload/v1597943727/front/github/github-comment-monorepo.png)",
      "external_url": "https://vercel.com/github",
      "html_url": "https://github.com/apps/vercel",
      "created_at": "2018-01-19T21:51:06Z",
      "updated_at": "2026-04-20T23:42:30Z",
      "permissions": {
        "actions": "read",
        "administration": "write",
        "checks": "write",
        "contents": "write",
        "deployments": "write",
        "emails": "read",
        "issues": "write",
        "members": "read",
        "metadata": "read",
        "pull_requests": "write",
        "repository_hooks": "write",
        "statuses": "write",
        "workflows": "write"
      },
      "events": [
        "branch_protection_rule",
        "check_run",
        "delete",
        "deployment",
        "issue_comment",
        "membership",
        "pull_request",
        "pull_request_review",
        "pull_request_review_comment",
        "pull_request_review_thread",
        "push",
        "repository",
        "status",
        "team"
      ]
    }
  },
  "repository": {
    "id": 1101765765,
    "node_id": "R_kgDOQauchQ",
    "name": "shadcn-ui-registry",
    "full_name": "darkmatter/shadcn-ui-registry",
    "private": true,
    "owner": {
      "login": "darkmatter",
      "id": 17834193,
      "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
      "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/darkmatter",
      "html_url": "https://github.com/darkmatter",
      "followers_url": "https://api.github.com/users/darkmatter/followers",
      "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
      "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
      "organizations_url": "https://api.github.com/users/darkmatter/orgs",
      "repos_url": "https://api.github.com/users/darkmatter/repos",
      "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
      "received_events_url": "https://api.github.com/users/darkmatter/received_events",
      "type": "Organization",
      "user_view_type": "public",
      "site_admin": false
    },
    "html_url": "https://github.com/darkmatter/shadcn-ui-registry",
    "description": null,
    "fork": false,
    "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry",
    "forks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/deployments",
    "created_at": "2025-11-22T07:34:56Z",
    "updated_at": "2026-06-04T12:02:36Z",
    "pushed_at": "2026-06-04T12:13:59Z",
    "git_url": "git://github.com/darkmatter/shadcn-ui-registry.git",
    "ssh_url": "git@github.com:darkmatter/shadcn-ui-registry.git",
    "clone_url": "https://github.com/darkmatter/shadcn-ui-registry.git",
    "svn_url": "https://github.com/darkmatter/shadcn-ui-registry",
    "homepage": "https://shadcn-ui-registry-smoky.vercel.app",
    "size": 626,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "TypeScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 1,
    "license": null,
    "allow_forking": false,
    "is_template": false,
    "web_commit_signoff_required": false,
    "has_pull_requests": true,
    "pull_request_creation_policy": "all",
    "topics": [],
    "visibility": "private",
    "forks": 0,
    "open_issues": 1,
    "watchers": 0,
    "default_branch": "main",
    "custom_properties": {}
  },
  "organization": {
    "login": "darkmatter",
    "id": 17834193,
    "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
    "url": "https://api.github.com/orgs/darkmatter",
    "repos_url": "https://api.github.com/orgs/darkmatter/repos",
    "events_url": "https://api.github.com/orgs/darkmatter/events",
    "hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
    "issues_url": "https://api.github.com/orgs/darkmatter/issues",
    "members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
    "public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
    "description": ""
  },
  "enterprise": {
    "id": 469843,
    "slug": "darkmatter",
    "name": "darkmatter",
    "node_id": "E_kgDOAAcrUw",
    "avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
    "description": "",
    "website_url": "darkmatter.io",
    "html_url": "https://github.com/enterprises/darkmatter",
    "created_at": "2025-09-07T16:01:00Z",
    "updated_at": "2026-05-09T15:34:55Z"
  },
  "sender": {
    "login": "vercel[bot]",
    "id": 35613825,
    "node_id": "MDM6Qm90MzU2MTM4MjU=",
    "avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/vercel%5Bbot%5D",
    "html_url": "https://github.com/apps/vercel",
    "followers_url": "https://api.github.com/users/vercel%5Bbot%5D/followers",
    "following_url": "https://api.github.com/users/vercel%5Bbot%5D/following{/other_user}",
    "gists_url": "https://api.github.com/users/vercel%5Bbot%5D/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/vercel%5Bbot%5D/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/vercel%5Bbot%5D/subscriptions",
    "organizations_url": "https://api.github.com/users/vercel%5Bbot%5D/orgs",
    "repos_url": "https://api.github.com/users/vercel%5Bbot%5D/repos",
    "events_url": "https://api.github.com/users/vercel%5Bbot%5D/events{/privacy}",
    "received_events_url": "https://api.github.com/users/vercel%5Bbot%5D/received_events",
    "type": "Bot",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}