Payload
{
"action": "synchronize",
"number": 3,
"pull_request": {
"url": "https://api.github.com/repos/czxtm/blog/pulls/3",
"id": 3818244356,
"node_id": "PR_kwDOPn_Ekc7jlckE",
"html_url": "https://github.com/czxtm/blog/pull/3",
"diff_url": "https://github.com/czxtm/blog/pull/3.diff",
"patch_url": "https://github.com/czxtm/blog/pull/3.patch",
"issue_url": "https://api.github.com/repos/czxtm/blog/issues/3",
"number": 3,
"state": "open",
"locked": false,
"title": "feat: add newsletter subscription with Resend email",
"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
},
"body": "Add newsletter subscription with Resend email confirmation.\n\n### Backend\n\n- **`collections/Subscribers.ts`** — new Payload collection with `email` field (unique), public create access, admin-only read/update/delete, `afterChange` hook that sends a welcome email via `req.payload.sendEmail`, and a custom `POST /api/subscribers/subscribe` endpoint with duplicate detection\n- **`payload.config.ts`** — registered `Subscribers` collection, added `resendAdapter` email config (`@payloadcms/email-resend`)\n- **`alchemy.run.ts`** — added `RESEND_API_KEY` as a Worker env var (sourced from `process.env.RESEND_API_KEY`, same pattern as `PAYLOAD_SECRET`)\n\n### Frontend\n\n- **`components/newsletter-form.tsx`** — client component with email input + subscribe button, handles idle/submitting/success/error states, matches existing zinc color palette and rounded-pill button style\n- **`app/(frontend)/home-view.tsx`** — added `NewsletterForm` to the Connect section with \"Get notified when I publish new posts.\" label\n\n### Migration\n\nPayload auto-generated migration `20260607_071920_add_subscribers` — creates `subscribers` table with unique email index. Payload runs migrations at runtime on Cloudflare Workers via its own `payload_migrations` table, so no Alchemy `migrationsDir` needed.\n\n### Before deploying\n\n1. Add `RESEND_API_KEY` to himitsu/SOPS secrets (I couldn't decrypt `ops/secrets.sops.yaml` — the himitsu age key isn't accessible to sops on this machine)\n2. Run `bunx payload migrate` locally or let Payload handle it at runtime on deploy\n3. Verify Resend domain is configured for `contact@cooperm.com`\n",
"created_at": "2026-06-07T07:24:23Z",
"updated_at": "2026-06-09T13:08:52Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": "d52f76fabe0b4c9d531ec89e62cc755d29071ff9",
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/czxtm/blog/pulls/3/commits",
"review_comments_url": "https://api.github.com/repos/czxtm/blog/pulls/3/comments",
"review_comment_url": "https://api.github.com/repos/czxtm/blog/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/czxtm/blog/issues/3/comments",
"statuses_url": "https://api.github.com/repos/czxtm/blog/statuses/f2cb9508b68b514185c6df228f5e6801f7640a3f",
"head": {
"label": "czxtm:feat/newsletter-subscribe",
"ref": "feat/newsletter-subscribe",
"sha": "f2cb9508b68b514185c6df228f5e6801f7640a3f",
"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
},
"repo": {
"id": 1048560785,
"node_id": "R_kgDOPn_EkQ",
"name": "blog",
"full_name": "czxtm/blog",
"private": true,
"owner": {
"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
},
"html_url": "https://github.com/czxtm/blog",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/czxtm/blog",
"forks_url": "https://api.github.com/repos/czxtm/blog/forks",
"keys_url": "https://api.github.com/repos/czxtm/blog/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/czxtm/blog/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/czxtm/blog/teams",
"hooks_url": "https://api.github.com/repos/czxtm/blog/hooks",
"issue_events_url": "https://api.github.com/repos/czxtm/blog/issues/events{/number}",
"events_url": "https://api.github.com/repos/czxtm/blog/events",
"assignees_url": "https://api.github.com/repos/czxtm/blog/assignees{/user}",
"branches_url": "https://api.github.com/repos/czxtm/blog/branches{/branch}",
"tags_url": "https://api.github.com/repos/czxtm/blog/tags",
"blobs_url": "https://api.github.com/repos/czxtm/blog/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/czxtm/blog/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/czxtm/blog/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/czxtm/blog/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/czxtm/blog/statuses/{sha}",
"languages_url": "https://api.github.com/repos/czxtm/blog/languages",
"stargazers_url": "https://api.github.com/repos/czxtm/blog/stargazers",
"contributors_url": "https://api.github.com/repos/czxtm/blog/contributors",
"subscribers_url": "https://api.github.com/repos/czxtm/blog/subscribers",
"subscription_url": "https://api.github.com/repos/czxtm/blog/subscription",
"commits_url": "https://api.github.com/repos/czxtm/blog/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/czxtm/blog/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/czxtm/blog/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/czxtm/blog/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/czxtm/blog/contents/{+path}",
"compare_url": "https://api.github.com/repos/czxtm/blog/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/czxtm/blog/merges",
"archive_url": "https://api.github.com/repos/czxtm/blog/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/czxtm/blog/downloads",
"issues_url": "https://api.github.com/repos/czxtm/blog/issues{/number}",
"pulls_url": "https://api.github.com/repos/czxtm/blog/pulls{/number}",
"milestones_url": "https://api.github.com/repos/czxtm/blog/milestones{/number}",
"notifications_url": "https://api.github.com/repos/czxtm/blog/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/czxtm/blog/labels{/name}",
"releases_url": "https://api.github.com/repos/czxtm/blog/releases{/id}",
"deployments_url": "https://api.github.com/repos/czxtm/blog/deployments",
"created_at": "2025-09-01T16:31:54Z",
"updated_at": "2026-05-27T03:24:17Z",
"pushed_at": "2026-06-09T13:08:51Z",
"git_url": "git://github.com/czxtm/blog.git",
"ssh_url": "git@github.com:czxtm/blog.git",
"clone_url": "https://github.com/czxtm/blog.git",
"svn_url": "https://github.com/czxtm/blog",
"homepage": "https://blog-drkmttr.vercel.app",
"size": 11593,
"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": true,
"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",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"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": "czxtm:main",
"ref": "main",
"sha": "0320fd536bd52c47c907b7fc564dece6fce62c8c",
"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
},
"repo": {
"id": 1048560785,
"node_id": "R_kgDOPn_EkQ",
"name": "blog",
"full_name": "czxtm/blog",
"private": true,
"owner": {
"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
},
"html_url": "https://github.com/czxtm/blog",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/czxtm/blog",
"forks_url": "https://api.github.com/repos/czxtm/blog/forks",
"keys_url": "https://api.github.com/repos/czxtm/blog/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/czxtm/blog/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/czxtm/blog/teams",
"hooks_url": "https://api.github.com/repos/czxtm/blog/hooks",
"issue_events_url": "https://api.github.com/repos/czxtm/blog/issues/events{/number}",
"events_url": "https://api.github.com/repos/czxtm/blog/events",
"assignees_url": "https://api.github.com/repos/czxtm/blog/assignees{/user}",
"branches_url": "https://api.github.com/repos/czxtm/blog/branches{/branch}",
"tags_url": "https://api.github.com/repos/czxtm/blog/tags",
"blobs_url": "https://api.github.com/repos/czxtm/blog/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/czxtm/blog/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/czxtm/blog/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/czxtm/blog/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/czxtm/blog/statuses/{sha}",
"languages_url": "https://api.github.com/repos/czxtm/blog/languages",
"stargazers_url": "https://api.github.com/repos/czxtm/blog/stargazers",
"contributors_url": "https://api.github.com/repos/czxtm/blog/contributors",
"subscribers_url": "https://api.github.com/repos/czxtm/blog/subscribers",
"subscription_url": "https://api.github.com/repos/czxtm/blog/subscription",
"commits_url": "https://api.github.com/repos/czxtm/blog/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/czxtm/blog/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/czxtm/blog/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/czxtm/blog/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/czxtm/blog/contents/{+path}",
"compare_url": "https://api.github.com/repos/czxtm/blog/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/czxtm/blog/merges",
"archive_url": "https://api.github.com/repos/czxtm/blog/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/czxtm/blog/downloads",
"issues_url": "https://api.github.com/repos/czxtm/blog/issues{/number}",
"pulls_url": "https://api.github.com/repos/czxtm/blog/pulls{/number}",
"milestones_url": "https://api.github.com/repos/czxtm/blog/milestones{/number}",
"notifications_url": "https://api.github.com/repos/czxtm/blog/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/czxtm/blog/labels{/name}",
"releases_url": "https://api.github.com/repos/czxtm/blog/releases{/id}",
"deployments_url": "https://api.github.com/repos/czxtm/blog/deployments",
"created_at": "2025-09-01T16:31:54Z",
"updated_at": "2026-05-27T03:24:17Z",
"pushed_at": "2026-06-09T13:08:51Z",
"git_url": "git://github.com/czxtm/blog.git",
"ssh_url": "git@github.com:czxtm/blog.git",
"clone_url": "https://github.com/czxtm/blog.git",
"svn_url": "https://github.com/czxtm/blog",
"homepage": "https://blog-drkmttr.vercel.app",
"size": 11593,
"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": true,
"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",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"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/czxtm/blog/pulls/3"
},
"html": {
"href": "https://github.com/czxtm/blog/pull/3"
},
"issue": {
"href": "https://api.github.com/repos/czxtm/blog/issues/3"
},
"comments": {
"href": "https://api.github.com/repos/czxtm/blog/issues/3/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/czxtm/blog/pulls/3/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/czxtm/blog/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/czxtm/blog/pulls/3/commits"
},
"statuses": {
"href": "https://api.github.com/repos/czxtm/blog/statuses/f2cb9508b68b514185c6df228f5e6801f7640a3f"
}
},
"author_association": "OWNER",
"auto_merge": null,
"assignee": null,
"active_lock_reason": null,
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 1,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 1752,
"deletions": 2,
"changed_files": 13
},
"before": "fba7a0da69c977a08e5203f764a9c6f59179714b",
"after": "f2cb9508b68b514185c6df228f5e6801f7640a3f",
"repository": {
"id": 1048560785,
"node_id": "R_kgDOPn_EkQ",
"name": "blog",
"full_name": "czxtm/blog",
"private": true,
"owner": {
"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
},
"html_url": "https://github.com/czxtm/blog",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/czxtm/blog",
"forks_url": "https://api.github.com/repos/czxtm/blog/forks",
"keys_url": "https://api.github.com/repos/czxtm/blog/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/czxtm/blog/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/czxtm/blog/teams",
"hooks_url": "https://api.github.com/repos/czxtm/blog/hooks",
"issue_events_url": "https://api.github.com/repos/czxtm/blog/issues/events{/number}",
"events_url": "https://api.github.com/repos/czxtm/blog/events",
"assignees_url": "https://api.github.com/repos/czxtm/blog/assignees{/user}",
"branches_url": "https://api.github.com/repos/czxtm/blog/branches{/branch}",
"tags_url": "https://api.github.com/repos/czxtm/blog/tags",
"blobs_url": "https://api.github.com/repos/czxtm/blog/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/czxtm/blog/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/czxtm/blog/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/czxtm/blog/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/czxtm/blog/statuses/{sha}",
"languages_url": "https://api.github.com/repos/czxtm/blog/languages",
"stargazers_url": "https://api.github.com/repos/czxtm/blog/stargazers",
"contributors_url": "https://api.github.com/repos/czxtm/blog/contributors",
"subscribers_url": "https://api.github.com/repos/czxtm/blog/subscribers",
"subscription_url": "https://api.github.com/repos/czxtm/blog/subscription",
"commits_url": "https://api.github.com/repos/czxtm/blog/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/czxtm/blog/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/czxtm/blog/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/czxtm/blog/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/czxtm/blog/contents/{+path}",
"compare_url": "https://api.github.com/repos/czxtm/blog/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/czxtm/blog/merges",
"archive_url": "https://api.github.com/repos/czxtm/blog/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/czxtm/blog/downloads",
"issues_url": "https://api.github.com/repos/czxtm/blog/issues{/number}",
"pulls_url": "https://api.github.com/repos/czxtm/blog/pulls{/number}",
"milestones_url": "https://api.github.com/repos/czxtm/blog/milestones{/number}",
"notifications_url": "https://api.github.com/repos/czxtm/blog/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/czxtm/blog/labels{/name}",
"releases_url": "https://api.github.com/repos/czxtm/blog/releases{/id}",
"deployments_url": "https://api.github.com/repos/czxtm/blog/deployments",
"created_at": "2025-09-01T16:31:54Z",
"updated_at": "2026-05-27T03:24:17Z",
"pushed_at": "2026-06-09T13:08:51Z",
"git_url": "git://github.com/czxtm/blog.git",
"ssh_url": "git@github.com:czxtm/blog.git",
"clone_url": "https://github.com/czxtm/blog.git",
"svn_url": "https://github.com/czxtm/blog",
"homepage": "https://blog-drkmttr.vercel.app",
"size": 11593,
"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": true,
"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"
},
"sender": {
"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
},
"installation": {
"id": 131073850,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDczODUw"
}
}