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

Event f10199f0…

← All events

Event

Delivery
f10199f0-6020-11f1-8eac-0847045dc4f8
Event
issue_comment
Action
created
Received
2026-06-04T14:23:24.117Z
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.54",
  "cf-ipcountry": "US",
  "cf-ray": "a067985f9ed32082",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "20578",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/933e3d3",
  "x-forwarded-proto": "https",
  "x-github-delivery": "f10199f0-6020-11f1-8eac-0847045dc4f8",
  "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.54"
}

Payload

{
  "action": "created",
  "issue": {
    "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/6",
    "repository_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry",
    "labels_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/6/labels{/name}",
    "comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/6/comments",
    "events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/6/events",
    "html_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/6",
    "id": 4589499262,
    "node_id": "PR_kwDOQauchc7it3hD",
    "number": 6,
    "title": "feat(registry): add 12 Native wallet UI blocks",
    "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-04T14:23:15Z",
    "updated_at": "2026-06-04T14:23:21Z",
    "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/6",
      "html_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/6",
      "diff_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/6.diff",
      "patch_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/6.patch",
      "merged_at": null
    },
    "body": "## What\n\nAdds **12 new `registry:block` items** to the blocks section, porting the \"Native\" desktop web3 wallet prototype into the registry. The blocks section goes from 3 → 15.\n\n| Block | Screen |\n|---|---|\n| `native-positions` | Cross-wallet positions overview with live wallet-scope switcher + range/health visualizers |\n| `native-uniswap` | Uniswap V4 LP manager — liquidity histogram, fees, actions rail |\n| `native-aave` | Aave V3 — radial health gauge, supply/borrow ledgers |\n| `native-node` | Reth node inspector — RPC log, latency/mempool sparklines |\n| `native-send` | Send flow: compose → review → sign → success (stateful) |\n| `native-receive` | Receive — deterministic SVG QR, network switcher |\n| `native-onboarding` | Welcome + create-wallet wizard (stateful) |\n| `native-import` | Import flow: method picker → seed grid (stateful) |\n| `native-browser` | Tauri-style browser window with tabs, rendering the dapp |\n| `native-dapp` | \"Harbor\" lending dapp dashboard |\n| `native-wallet` | Detached wallet panel |\n| `native-sheets` | Sign / Send / Passkey modal sheets (switchable) |\n\n## Why\n\nBrings a full desktop-wallet design language into the registry as installable, `Open in v0`-friendly blocks. The source was a no-build, inline-styled prototype; this rewrites every screen to idiomatic **Tailwind + shadcn/ui** so the blocks compose with the rest of the registry.\n\n## How it works\n\n- **Theming via a `.native` scope** ([`globals.css`](../blob/feat/wallet-blocks/src/app/globals.css)): remaps shadcn semantic tokens (`--background`, `--card`, `--primary`, …) to the wallet's warm-neutral OKLCH palette and adds a few named utilities (`bg-surface-1`, `text-up`/`down`/`warn`/`info`). shadcn primitives inside a wallet block adopt the wallet look automatically, and the existing **Nature theme blocks (`dashboard`, `store`) are untouched**.\n- **Shared modules** under `src/components/native/` (`app-shell`, `icons` mapped to lucide-react, `wallet-avatar`, `harbor-dapp`), a `src/lib/native-wallets.ts` data lib, and `src/layouts/native-layout.tsx` for installed blocks.\n- Each block is registered in `registry.json` with its files **bundled so it installs standalone** via the shadcn CLI, and previews are wired into the demo index.\n\n## Reviewer notes\n\n- ✅ `tsc --noEmit` clean · ✅ Biome clean (0 errors / 0 warnings) · ✅ `next build` green (103 static pages)\n- All 12 screens were **visually verified** rendering faithfully. Fixed two issues found in QA: a hydration error (#418) from nested `<button>`s in the browser tabs, and clipped CTAs in the sheets showcase.\n- `public/r/*.json` are gitignored build artifacts (regenerated by `pnpm build` / `registry:build`) and intentionally not committed.\n- AppShell-based blocks each bundle the shared shell + full icon set — intentional (design-system style) so each installs standalone; minor per-block bundle cost.\n- Out of scope (not ported): the prototype's design-canvas / tweaks-panel / Storybook harness and `stories-*.jsx`.\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/6\"><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=1783174998&installation_id=137091173&pr_number=6&repository=darkmatter%2Fshadcn-ui-registry&return_to=https%3A%2F%2Fgithub.com%2Fdarkmatter%2Fshadcn-ui-registry%2Fpull%2F6&signature=0515dd9f88bed51ef37982d75a64a9fc14304956dcc05b9a4d6d1e6a68de544d\"><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/6/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/6/timeline",
    "performed_via_github_app": null,
    "state_reason": null
  },
  "comment": {
    "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/comments/4623045958",
    "html_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/6#issuecomment-4623045958",
    "issue_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/6",
    "id": 4623045958,
    "node_id": "IC_kwDOQauchc8AAAABE44VRg",
    "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-04T14:23:21Z",
    "updated_at": "2026-06-04T14:23:21Z",
    "body": "[vc]: #ndVlfkCIypDJHSSL6LNDBI8Wky/45cL1BHao++4sfDE=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJzaGFkY24tdWktcmVnaXN0cnkiLCJwcm9qZWN0SWQiOiJwcmpfWmh2SzVZQWkxaFF1cEFtVEtHcnFMcXhTNzRjVSIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9kYXJrbWF0dGVybGFicy9zaGFkY24tdWktcmVnaXN0cnkvNDZNM1ppWGI3dUJjUWk3NGJiVXZtWXlNeDRCNSIsInByZXZpZXdVcmwiOiJzaGFkY24tdWktcmVnaXN0cnktZ2l0LWZlYXQtd2FsbGV0LWJsb2Nrcy1kYXJrbWF0dGVybGFicy52ZXJjZWwuYXBwIiwibmV4dENvbW1pdFN0YXR1cyI6IlBFTkRJTkciLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoic2hhZGNuLXVpLXJlZ2lzdHJ5LWdpdC1mZWF0LXdhbGxldC1ibG9ja3MtZGFya21hdHRlcmxhYnMudmVyY2VsLmFwcCJ9fV0sInJlcXVlc3RSZXZpZXdVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vdmVyY2VsLWFnZW50L3JlcXVlc3QtcmV2aWV3P293bmVyPWRhcmttYXR0ZXImcmVwbz1zaGFkY24tdWktcmVnaXN0cnkmcHI9NiJ9\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) | ![Building](https://vercel.com/static/status/building.svg) [Building](https://vercel.com/darkmatterlabs/shadcn-ui-registry/46M3ZiXb7uBcQi74bbUvmYyMx4B5) | [Preview](https://shadcn-ui-registry-git-feat-wallet-blocks-darkmatterlabs.vercel.app), [Comment](https://vercel.live/open-feedback/shadcn-ui-registry-git-feat-wallet-blocks-darkmatterlabs.vercel.app?via=pr-comment-feedback-link) | Jun 4, 2026 2:23pm |\n\n<a href=\"https://vercel.com/vercel-agent/request-review?owner=darkmatter&repo=shadcn-ui-registry&pr=6\" 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/4623045958/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-04T13:04:00Z",
    "pushed_at": "2026-06-04T14:22:52Z",
    "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": 643,
    "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"
  }
}