Darkmatter · github-bot stage: prod
preview@internal.darkmatter
Events received
108241
Ignored
108164
Jobs dispatched
81

Event 35bf7630…

← All events

Event

Delivery
35bf7630-5d46-11f1-8116-7dbb0e3643da
Event
pull_request_review_comment
Action
created
Received
2026-05-31T23:12:37.156Z
Signature
valid
Parsed
yes
Sender
Copilot
Repo
darkmatter/nixmac
Status
ignored — missing_command

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.96",
  "cf-ipcountry": "US",
  "cf-ray": "a049aa182d2a81f1",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "40170",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/c97f169",
  "x-forwarded-proto": "https",
  "x-github-delivery": "35bf7630-5d46-11f1-8116-7dbb0e3643da",
  "x-github-event": "pull_request_review_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.96"
}

Payload

{
  "action": "created",
  "comment": {
    "url": "https://api.github.com/repos/darkmatter/nixmac/pulls/comments/3331087635",
    "pull_request_review_id": 4397759789,
    "id": 3331087635,
    "node_id": "PRRC_kwDOSB6EzM7GjF0T",
    "diff_hunk": "@@ -1,8 +1,9 @@\n-{\"_type\":\"issue\",\"id\":\"nixmac-cmu\",\"title\":\"Rust dead_code errors in e2e_runtime.rs (release build)\",\"description\":\"cargo build fails on apps/native/src-tauri/src/e2e_runtime.rs with five dead_code/unused_imports errors:\\\\n\\\\n- unused import: std::fs\\\\n- constant RUNTIME_FILE_NAME is never used\\\\n- constant BUNDLE_ID is never used\\\\n- struct E2eRuntimeFile is never constructed\\\\n- function runtime_file_path is never used\\\\n\\\\nFile was added in 911b08e4 (PR #90, Peekaboo Product Proof lane) as debug-only runtime overrides. The cfg-gating on consumers excludes them in release builds, but the declarations are unconditional, so cargo (with warnings-as-errors) flags them as dead.\\\\n\\\\nSurfaced now (not earlier) because env.ts fix (9cc24118) lets the build progress past tsc into cargo. Previously the run failed at tsc with TS6133/TS6192/TS2339 errors and never reached cargo compilation.\\\\n\\\\nFix options:\\\\n1. Add #[cfg(debug_assertions)] to the affected declarations\\\\n2. Add #[allow(dead_code)] on the affected items\\\\n3. Use the declarations in release builds too (probably wrong intent)\\\\n\\\\nOption 1 is most correct semantically — matches the comment 'Release builds ignore the file.'\\\\n\\\\nNot blocking PR #195 (nightly-release): this PR adds shell scripts / workflow YAML / one Schema migration, zero Rust changes. Surfaced as part of the cascade unblocked by nixmac-62s fix.\",\"status\":\"open\",\"priority\":1,\"issue_type\":\"bug\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-24T10:38:44Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-24T10:38:44Z\",\"dependency_count\":0,\"dependent_count\":0,\"comment_count\":0}\n+{\"_type\":\"issue\",\"id\":\"nixmac-cmu\",\"title\":\"Rust dead_code errors in e2e_runtime.rs (release build)\",\"description\":\"cargo build fails on apps/native/src-tauri/src/e2e_runtime.rs with five dead_code/unused_imports errors:\\\\n\\\\n- unused import: std::fs\\\\n- constant RUNTIME_FILE_NAME is never used\\\\n- constant BUNDLE_ID is never used\\\\n- struct E2eRuntimeFile is never constructed\\\\n- function runtime_file_path is never used\\\\n\\\\nFile was added in 911b08e4 (PR #90, Peekaboo Product Proof lane) as debug-only runtime overrides. The cfg-gating on consumers excludes them in release builds, but the declarations are unconditional, so cargo (with warnings-as-errors) flags them as dead.\\\\n\\\\nSurfaced now (not earlier) because env.ts fix (9cc24118) lets the build progress past tsc into cargo. Previously the run failed at tsc with TS6133/TS6192/TS2339 errors and never reached cargo compilation.\\\\n\\\\nFix options:\\\\n1. Add #[cfg(debug_assertions)] to the affected declarations\\\\n2. Add #[allow(dead_code)] on the affected items\\\\n3. Use the declarations in release builds too (probably wrong intent)\\\\n\\\\nOption 1 is most correct semantically — matches the comment 'Release builds ignore the file.'\\\\n\\\\nNot blocking PR #195 (nightly-release): this PR adds shell scripts / workflow YAML / one Schema migration, zero Rust changes. Surfaced as part of the cascade unblocked by nixmac-62s fix.\",\"status\":\"open\",\"priority\":1,\"issue_type\":\"bug\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-24T10:38:44Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-24T10:38:44Z\",\"dependency_count\":0,\"dependent_count\":1,\"comment_count\":0}\n {\"_type\":\"issue\",\"id\":\"nixmac-62s\",\"title\":\"Fix TypeScript errors blocking build on main\",\"description\":\"The build.yaml check has been red on main since 2026-05-10 (commit bd658afc). Errors:\\\\n\\\\n- apps/native/src/components/widget/promptinput/prompt-input.tsx:20 — unused Plus import (TS6133)\\\\n- apps/native/src/components/widget/promptinput/prompt-input.tsx:22 — all imports unused (TS6192)\\\\n- apps/native/src/lib/env.ts:5 — Schema.BooleanFromString missing (TS2339)\\\\n- apps/native/src/lib/env.ts:10 — Decoder type mismatch (TS2345)\\\\n\\\\nLast green build: 502d2dfc on 2026-05-04. The env.ts errors look like effect-ts beta-version regression (effect@4.0.0-beta.62 in lockfile). Fix tsc errors so PR builds pass and the nightly-release shipping path is unblocked.\\\\n\\\\nDiscovered while triaging build failure on PR #195 (nightly-release feature, beads nixmac-srn).\",\"status\":\"closed\",\"priority\":1,\"issue_type\":\"bug\",\"assignee\":\"Cooper Maruyama\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-24T08:12:27Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-24T09:21:32Z\",\"started_at\":\"2026-05-24T09:17:59Z\",\"closed_at\":\"2026-05-24T09:21:32Z\",\"close_reason\":\"Fixed in 44780754: removed unused Plus and DropdownMenu imports from prompt-input.tsx. env.ts errors did not reproduce — apps/native resolves effect to 3.21.0 (transitive) which still has BooleanFromString. tsc + vite build pass clean.\",\"dependency_count\":0,\"dependent_count\":1,\"comment_count\":0}\n {\"_type\":\"issue\",\"id\":\"nixmac-ntg\",\"title\":\"Fix CI failures on filesystem branch\",\"description\":\"Investigate the latest CI failures on branch claude/implement-filesystem-0EY4O, reproduce the root cause locally where possible, and apply the minimal fix with verification.\",\"notes\":\"Local fixes applied for Build macOS App, Danger unit failures, and E2E artifact race. Verified: bun -F native build; bunx vitest run --project=unit --coverage --coverage.reporter=json-summary --coverage.reporter=text --reporter=basic; bash -n tests/e2e/ci-runner.sh; ReadLints on edited files.\",\"status\":\"in_progress\",\"priority\":1,\"issue_type\":\"bug\",\"assignee\":\"Cooper Maruyama\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-07T05:37:56Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-07T05:46:29Z\",\"started_at\":\"2026-05-07T05:37:59Z\",\"dependency_count\":0,\"dependent_count\":0,\"comment_count\":0}\n+{\"_type\":\"issue\",\"id\":\"nixmac-k8d\",\"title\":\"Snapshot platform drift in file-view.stories.tsx (Monaco mac class)\",\"description\":\"Two related issues in apps/native/src/components/widget/summaries/file-view.stories.tsx 'New Json File' snapshot:\\\\n\\\\n1. Platform-dependent Monaco CSS class\\\\n   Expected (committed): class=\\\"monaco-editor no-user-select mac  showUnused...\\\"\\\\n   Received (CI Linux):  class=\\\"monaco-editor no-user-select  showUnused...\\\"\\\\n   Monaco adds the 'mac' class on macOS. Snapshot was captured on macOS, CI runs on ubuntu-latest, so the snapshot is non-portable.\\\\n\\\\n2. Monaco JSON worker fails to load in CI:\\\\n   'The file does not exist at .../sb-vitest/deps/json.worker.js?worker_file\\u0026type=module ... Try adding it to optimizeDeps.exclude.'\\\\n   'You must define a function MonacoEnvironment.getWorkerUrl or MonacoEnvironment.getWorker'\\\\n   Stderr from the same test. Monaco's JSON worker isn't being bundled correctly for the storybook vitest run.\\\\n\\\\nFix options:\\\\n- Normalize the snapshot to strip platform-specific classes (e.g. a custom serializer that elides 'mac'/'linux'/'windows' classes)\\\\n- Mock Monaco's environment in the storybook setup to always claim a fixed platform\\\\n- Exclude monaco workers from vite's optimizer (per Monaco's vite integration docs)\\\\n- Configure MonacoEnvironment.getWorkerUrl in storybook setup so workers load\\\\n\\\\nSurfaced (along with nixmac-rva) once the env.ts fix (9cc24118) let tests progress to snapshot comparison. Not from PR #195 (nightly-release), which adds only shell scripts / workflow YAML / env.ts migration.\",\"status\":\"open\",\"priority\":2,\"issue_type\":\"bug\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-24T16:43:34Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-24T16:43:34Z\",\"dependency_count\":0,\"dependent_count\":1,\"comment_count\":0}\n {\"_type\":\"issue\",\"id\":\"nixmac-rva\",\"title\":\"Snapshot flake in rebuild-overlay-panel.stories.tsx (Framer Motion timing)\",\"description\":\"Two snapshot tests fail intermittently due to Framer Motion animation-frame timing: 'Infinite Recursion Error 1' and 'Many Lines 1' in apps/native/src/components/widget/overlays/rebuild-overlay-panel.stories.tsx.\\\\n\\\\nThe component uses motion.div with initial={{ opacity: 0, y: 10 }} and animate={{ y: 0 }}. Snapshot captures HTML mid-animation; the exact frame depends on render speed. Diff between Expected and Received is a single property: transform: translateY(10px) vs translateY(1px).\\\\n\\\\nSurfaced after nixmac-62s env.ts fix landed (9cc24118) — previously these tests crashed at module load with 'Cannot read properties of undefined (reading ast)' so the snapshot comparison never ran. With env.ts working, the test progresses far enough to fail on the animation timing.\\\\n\\\\nFix options:\\\\n- Disable animations in test mode (motion.config or globalThis.__SNAPSHOT_NO_MOTION__)\\\\n- Wait for onAnimationComplete before capturing snapshot\\\\n- Snapshot only the post-animation steady state\\\\n- Mock framer-motion's \\u003cmotion.div\\u003e to render without transitions\\\\n\\\\nNot blocking PR #195 (nightly-release) — that PR doesn't touch this file or its dependencies; surfaced only because the env.ts fix it depends on is on main.\",\"status\":\"open\",\"priority\":2,\"issue_type\":\"bug\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-24T10:28:20Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-24T10:28:20Z\",\"dependency_count\":0,\"dependent_count\":1,\"comment_count\":0}\n-{\"_type\":\"issue\",\"id\":\"nixmac-srn\",\"title\":\"Nightly develop→main release with minor version bump\",\"description\":\"Add a GitHub Actions cron that nightly merges develop into main and tags a minor version bump (vMAJ.(MIN+1).0), skipping silently when develop has no new commits. Reuses existing build.yaml tag-push release path. Files: .github/workflows/nightly-release.yaml and ops/scripts/release/nightly-release.sh.\",\"notes\":\"PR #195 opened: https://github.com/darkmatter/nixmac/pull/195. Awaiting review + merge. Will close on merge.\",\"status\":\"in_progress\",\"priority\":2,\"issue_type\":\"feature\",\"assignee\":\"Cooper Maruyama\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-24T07:16:31Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-24T08:10:38Z\",\"started_at\":\"2026-05-24T07:16:53Z\",\"dependencies\":[{\"issue_id\":\"nixmac-srn\",\"depends_on_id\":\"nixmac-62s\",\"type\":\"blocks\",\"created_at\":\"2026-05-24T02:14:20Z\",\"created_by\":\"Cooper Maruyama\",\"metadata\":\"{}\"},{\"issue_id\":\"nixmac-srn\",\"depends_on_id\":\"nixmac-rva\",\"type\":\"blocks\",\"created_at\":\"2026-05-24T03:28:36Z\",\"created_by\":\"Cooper Maruyama\",\"metadata\":\"{}\"}],\"dependency_count\":2,\"dependent_count\":0,\"comment_count\":0}\n+{\"_type\":\"issue\",\"id\":\"nixmac-srn\",\"title\":\"Nightly develop→main release with minor version bump\",\"description\":\"Add a GitHub Actions cron that nightly merges develop into main and tags a minor version bump (vMAJ.(MIN+1).0), skipping silently when develop has no new commits. Reuses existing build.yaml tag-push release path. Files: .github/workflows/nightly-release.yaml and ops/scripts/release/nightly-release.sh.\",\"notes\":\"PR #195 opened: https://github.com/darkmatter/nixmac/pull/195. Awaiting review + merge. Will close on merge.\",\"status\":\"in_progress\",\"priority\":2,\"issue_type\":\"feature\",\"assignee\":\"Cooper Maruyama\",\"owner\":\"me@cooperm.com\",\"created_at\":\"2026-05-24T07:16:31Z\",\"created_by\":\"Cooper Maruyama\",\"updated_at\":\"2026-05-24T08:10:38Z\",\"started_at\":\"2026-05-24T07:16:53Z\",\"dependencies\":[{\"issue_id\":\"nixmac-srn\",\"depends_on_id\":\"nixmac-62s\",\"type\":\"blocks\",\"created_at\":\"2026-05-24T02:14:20Z\",\"created_by\":\"Cooper Maruyama\",\"metadata\":\"{}\"},{\"issue_id\":\"nixmac-srn\",\"depends_on_id\":\"nixmac-cmu\",\"type\":\"blocks\",\"created_at\":\"2026-05-24T03:38:48Z\",\"created_by\":\"Cooper Maruyama\",\"metadata\":\"{}\"},{\"issue_id\":\"nixmac-srn\",\"depends_on_id\":\"nixmac-k8d\",\"type\":\"blocks\",\"created_at\":\"2026-05-24T09:43:45Z\",\"created_by\":\"Cooper Maruyama\",\"metadata\":\"{}\"},{\"issue_id\":\"nixmac-srn\",\"depends_on_id\":\"nixmac-rva\",\"type\":\"blocks\",\"created_at\":\"2026-05-24T03:28:36Z\",\"created_by\":\"Cooper Maruyama\",\"metadata\":\"{}\"}],\"dependency_count\":4,\"dependent_count\":0,\"comment_count\":0}",
    "path": ".beads/issues.jsonl",
    "commit_id": "1ad228b03b1ce89c5989071baa516fbec6e99da4",
    "original_commit_id": "1ad228b03b1ce89c5989071baa516fbec6e99da4",
    "user": {
      "login": "Copilot",
      "id": 175728472,
      "node_id": "BOT_kgDOCnlnWA",
      "avatar_url": "https://avatars.githubusercontent.com/in/946600?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Copilot",
      "html_url": "https://github.com/apps/copilot-pull-request-reviewer",
      "followers_url": "https://api.github.com/users/Copilot/followers",
      "following_url": "https://api.github.com/users/Copilot/following{/other_user}",
      "gists_url": "https://api.github.com/users/Copilot/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Copilot/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Copilot/subscriptions",
      "organizations_url": "https://api.github.com/users/Copilot/orgs",
      "repos_url": "https://api.github.com/users/Copilot/repos",
      "events_url": "https://api.github.com/users/Copilot/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Copilot/received_events",
      "type": "Bot",
      "user_view_type": "public",
      "site_admin": false
    },
    "body": "This PR is scoped to adding a Save button + tests for the nix editor, but it also modifies the Beads issue tracker (adds `nixmac-k8d` and updates `dependent_count`). If these Beads updates are not intentionally part of ENG-509, please revert them or split them into a separate PR to keep changesets focused.",
    "created_at": "2026-05-31T23:12:34Z",
    "updated_at": "2026-05-31T23:12:35Z",
    "html_url": "https://github.com/darkmatter/nixmac/pull/203#discussion_r3331087635",
    "pull_request_url": "https://api.github.com/repos/darkmatter/nixmac/pulls/203",
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/pulls/comments/3331087635"
      },
      "html": {
        "href": "https://github.com/darkmatter/nixmac/pull/203#discussion_r3331087635"
      },
      "pull_request": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/pulls/203"
      }
    },
    "reactions": {
      "url": "https://api.github.com/repos/darkmatter/nixmac/pulls/comments/3331087635/reactions",
      "total_count": 0,
      "+1": 0,
      "-1": 0,
      "laugh": 0,
      "hooray": 0,
      "confused": 0,
      "heart": 0,
      "rocket": 0,
      "eyes": 0
    },
    "start_line": 4,
    "original_start_line": 4,
    "start_side": "RIGHT",
    "line": 6,
    "original_line": 6,
    "side": "RIGHT",
    "author_association": "CONTRIBUTOR",
    "original_position": 8,
    "position": 8,
    "subject_type": "line"
  },
  "pull_request": {
    "url": "https://api.github.com/repos/darkmatter/nixmac/pulls/203",
    "id": 3740162052,
    "node_id": "PR_kwDOSB6EzM7e7lgE",
    "html_url": "https://github.com/darkmatter/nixmac/pull/203",
    "diff_url": "https://github.com/darkmatter/nixmac/pull/203.diff",
    "patch_url": "https://github.com/darkmatter/nixmac/pull/203.patch",
    "issue_url": "https://api.github.com/repos/darkmatter/nixmac/issues/203",
    "number": 203,
    "state": "open",
    "locked": false,
    "title": "Add visible Save button to nix editor",
    "user": {
      "login": "cursor[bot]",
      "id": 206951365,
      "node_id": "BOT_kgDODFXTxQ",
      "avatar_url": "https://avatars.githubusercontent.com/in/1210556?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/cursor%5Bbot%5D",
      "html_url": "https://github.com/apps/cursor",
      "followers_url": "https://api.github.com/users/cursor%5Bbot%5D/followers",
      "following_url": "https://api.github.com/users/cursor%5Bbot%5D/following{/other_user}",
      "gists_url": "https://api.github.com/users/cursor%5Bbot%5D/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/cursor%5Bbot%5D/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/cursor%5Bbot%5D/subscriptions",
      "organizations_url": "https://api.github.com/users/cursor%5Bbot%5D/orgs",
      "repos_url": "https://api.github.com/users/cursor%5Bbot%5D/repos",
      "events_url": "https://api.github.com/users/cursor%5Bbot%5D/events{/privacy}",
      "received_events_url": "https://api.github.com/users/cursor%5Bbot%5D/received_events",
      "type": "Bot",
      "user_view_type": "public",
      "site_admin": false
    },
    "body": "## Summary\n\n- Add an explicit `Save` button to the nix editor status area.\n- Enable the button only when the editor has unsaved changes and wire it to the existing `save()` hook.\n- Add component tests for clean and dirty editor states.\n\nResolves ENG-509\n\n## Test Plan\n\n- `bun -F native test:unit -- src/components/nix-editor/index.test.tsx src/components/nix-editor/use-nix-editor.test.ts`\n- `bun -F native lint`\n\n## Docs\n\n- [ ] Docs updated (companion PR in darkmatter/nixmac-web: #___)\n- [x] No docs update needed\n\n<div><a href=\"https://cursor.com/agents/bc-cac4649c-1702-496d-b415-23b94f13d29b\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cursor.com/assets/images/open-in-web-dark.png\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://cursor.com/assets/images/open-in-web-light.png\"><img alt=\"Open in Web\" width=\"114\" height=\"28\" src=\"https://cursor.com/assets/images/open-in-web-dark.png\"></picture></a>&nbsp;<a href=\"https://cursor.com/automations/cd6761f4-7fab-4c98-afbe-d70709353eeb\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cursor.com/assets/images/view-automation-dark.png\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://cursor.com/assets/images/view-automation-light.png\"><img alt=\"View Automation\" width=\"141\" height=\"28\" src=\"https://cursor.com/assets/images/view-automation-dark.png\"></picture></a>&nbsp;</div>\n\n",
    "created_at": "2026-05-25T06:27:35Z",
    "updated_at": "2026-05-31T23:12:35Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "99ec6990e4585fc833cc6d978922e6ca28ac5204",
    "assignees": [],
    "requested_reviewers": [],
    "requested_teams": [],
    "labels": [],
    "milestone": null,
    "draft": false,
    "commits_url": "https://api.github.com/repos/darkmatter/nixmac/pulls/203/commits",
    "review_comments_url": "https://api.github.com/repos/darkmatter/nixmac/pulls/203/comments",
    "review_comment_url": "https://api.github.com/repos/darkmatter/nixmac/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/darkmatter/nixmac/issues/203/comments",
    "statuses_url": "https://api.github.com/repos/darkmatter/nixmac/statuses/1ad228b03b1ce89c5989071baa516fbec6e99da4",
    "head": {
      "label": "darkmatter:cursor/ENG-509-linear-issue-triage-d072",
      "ref": "cursor/ENG-509-linear-issue-triage-d072",
      "sha": "1ad228b03b1ce89c5989071baa516fbec6e99da4",
      "user": {
        "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
      },
      "repo": {
        "id": 1209959628,
        "node_id": "R_kgDOSB6EzA",
        "name": "nixmac",
        "full_name": "darkmatter/nixmac",
        "private": false,
        "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/nixmac",
        "description": "Home manager and nix-darwin that understands plain English",
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/nixmac",
        "forks_url": "https://api.github.com/repos/darkmatter/nixmac/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/nixmac/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/nixmac/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/nixmac/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/nixmac/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/nixmac/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/nixmac/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/nixmac/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/nixmac/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/nixmac/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/nixmac/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/nixmac/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/nixmac/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/nixmac/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/nixmac/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/nixmac/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/nixmac/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/nixmac/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/nixmac/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/nixmac/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/nixmac/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/nixmac/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/nixmac/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/nixmac/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/nixmac/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/nixmac/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/nixmac/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/nixmac/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/nixmac/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/nixmac/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/nixmac/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/nixmac/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/nixmac/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/nixmac/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/nixmac/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/nixmac/deployments",
        "created_at": "2026-04-14T00:37:13Z",
        "updated_at": "2026-05-31T20:40:02Z",
        "pushed_at": "2026-05-31T20:49:34Z",
        "git_url": "git://github.com/darkmatter/nixmac.git",
        "ssh_url": "git@github.com:darkmatter/nixmac.git",
        "clone_url": "https://github.com/darkmatter/nixmac.git",
        "svn_url": "https://github.com/darkmatter/nixmac",
        "homepage": "https://nixmac.com",
        "size": 678756,
        "stargazers_count": 5,
        "watchers_count": 5,
        "language": "Rust",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 1,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 77,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [
          "home-manager",
          "nix",
          "nix-darwin",
          "nix-flake",
          "opencode"
        ],
        "visibility": "public",
        "forks": 1,
        "open_issues": 77,
        "watchers": 5,
        "default_branch": "develop",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": true,
        "delete_branch_on_merge": true,
        "allow_update_branch": true,
        "use_squash_pr_title_as_default": false,
        "squash_merge_commit_message": "COMMIT_MESSAGES",
        "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
        "merge_commit_message": "PR_TITLE",
        "merge_commit_title": "MERGE_MESSAGE"
      }
    },
    "base": {
      "label": "darkmatter:develop",
      "ref": "develop",
      "sha": "fbf87e74e51d6a99acc03abbe216194a92d5c4e4",
      "user": {
        "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
      },
      "repo": {
        "id": 1209959628,
        "node_id": "R_kgDOSB6EzA",
        "name": "nixmac",
        "full_name": "darkmatter/nixmac",
        "private": false,
        "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/nixmac",
        "description": "Home manager and nix-darwin that understands plain English",
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/nixmac",
        "forks_url": "https://api.github.com/repos/darkmatter/nixmac/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/nixmac/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/nixmac/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/nixmac/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/nixmac/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/nixmac/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/nixmac/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/nixmac/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/nixmac/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/nixmac/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/nixmac/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/nixmac/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/nixmac/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/nixmac/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/nixmac/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/nixmac/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/nixmac/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/nixmac/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/nixmac/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/nixmac/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/nixmac/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/nixmac/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/nixmac/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/nixmac/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/nixmac/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/nixmac/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/nixmac/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/nixmac/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/nixmac/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/nixmac/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/nixmac/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/nixmac/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/nixmac/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/nixmac/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/nixmac/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/nixmac/deployments",
        "created_at": "2026-04-14T00:37:13Z",
        "updated_at": "2026-05-31T20:40:02Z",
        "pushed_at": "2026-05-31T20:49:34Z",
        "git_url": "git://github.com/darkmatter/nixmac.git",
        "ssh_url": "git@github.com:darkmatter/nixmac.git",
        "clone_url": "https://github.com/darkmatter/nixmac.git",
        "svn_url": "https://github.com/darkmatter/nixmac",
        "homepage": "https://nixmac.com",
        "size": 678756,
        "stargazers_count": 5,
        "watchers_count": 5,
        "language": "Rust",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 1,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 77,
        "license": {
          "key": "mit",
          "name": "MIT License",
          "spdx_id": "MIT",
          "url": "https://api.github.com/licenses/mit",
          "node_id": "MDc6TGljZW5zZTEz"
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [
          "home-manager",
          "nix",
          "nix-darwin",
          "nix-flake",
          "opencode"
        ],
        "visibility": "public",
        "forks": 1,
        "open_issues": 77,
        "watchers": 5,
        "default_branch": "develop",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": true,
        "delete_branch_on_merge": true,
        "allow_update_branch": true,
        "use_squash_pr_title_as_default": false,
        "squash_merge_commit_message": "COMMIT_MESSAGES",
        "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
        "merge_commit_message": "PR_TITLE",
        "merge_commit_title": "MERGE_MESSAGE"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/pulls/203"
      },
      "html": {
        "href": "https://github.com/darkmatter/nixmac/pull/203"
      },
      "issue": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/issues/203"
      },
      "comments": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/issues/203/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/pulls/203/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/pulls/203/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/darkmatter/nixmac/statuses/1ad228b03b1ce89c5989071baa516fbec6e99da4"
      }
    },
    "author_association": "CONTRIBUTOR",
    "auto_merge": null,
    "assignee": null,
    "active_lock_reason": null
  },
  "repository": {
    "id": 1209959628,
    "node_id": "R_kgDOSB6EzA",
    "name": "nixmac",
    "full_name": "darkmatter/nixmac",
    "private": false,
    "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/nixmac",
    "description": "Home manager and nix-darwin that understands plain English",
    "fork": false,
    "url": "https://api.github.com/repos/darkmatter/nixmac",
    "forks_url": "https://api.github.com/repos/darkmatter/nixmac/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/nixmac/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/nixmac/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/nixmac/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/nixmac/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/nixmac/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/nixmac/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/nixmac/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/nixmac/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/nixmac/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/nixmac/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/nixmac/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/nixmac/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/nixmac/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/nixmac/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/nixmac/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/nixmac/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/nixmac/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/nixmac/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/nixmac/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/nixmac/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/nixmac/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/nixmac/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/nixmac/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/nixmac/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/nixmac/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/nixmac/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/nixmac/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/nixmac/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/nixmac/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/nixmac/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/nixmac/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/nixmac/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/nixmac/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/nixmac/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/nixmac/deployments",
    "created_at": "2026-04-14T00:37:13Z",
    "updated_at": "2026-05-31T20:40:02Z",
    "pushed_at": "2026-05-31T20:49:34Z",
    "git_url": "git://github.com/darkmatter/nixmac.git",
    "ssh_url": "git@github.com:darkmatter/nixmac.git",
    "clone_url": "https://github.com/darkmatter/nixmac.git",
    "svn_url": "https://github.com/darkmatter/nixmac",
    "homepage": "https://nixmac.com",
    "size": 678756,
    "stargazers_count": 5,
    "watchers_count": 5,
    "language": "Rust",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 1,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 77,
    "license": {
      "key": "mit",
      "name": "MIT License",
      "spdx_id": "MIT",
      "url": "https://api.github.com/licenses/mit",
      "node_id": "MDc6TGljZW5zZTEz"
    },
    "allow_forking": true,
    "is_template": false,
    "web_commit_signoff_required": false,
    "has_pull_requests": true,
    "pull_request_creation_policy": "all",
    "topics": [
      "home-manager",
      "nix",
      "nix-darwin",
      "nix-flake",
      "opencode"
    ],
    "visibility": "public",
    "forks": 1,
    "open_issues": 77,
    "watchers": 5,
    "default_branch": "develop",
    "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": "Copilot",
    "id": 175728472,
    "node_id": "BOT_kgDOCnlnWA",
    "avatar_url": "https://avatars.githubusercontent.com/in/946600?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Copilot",
    "html_url": "https://github.com/apps/copilot-pull-request-reviewer",
    "followers_url": "https://api.github.com/users/Copilot/followers",
    "following_url": "https://api.github.com/users/Copilot/following{/other_user}",
    "gists_url": "https://api.github.com/users/Copilot/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Copilot/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Copilot/subscriptions",
    "organizations_url": "https://api.github.com/users/Copilot/orgs",
    "repos_url": "https://api.github.com/users/Copilot/repos",
    "events_url": "https://api.github.com/users/Copilot/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Copilot/received_events",
    "type": "Bot",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}