Payload
{
"action": "synchronize",
"number": 278,
"pull_request": {
"url": "https://api.github.com/repos/voytravel/travel-frens/pulls/278",
"id": 4088332968,
"node_id": "PR_kwDOSa9ZX87zrwKo",
"html_url": "https://github.com/voytravel/travel-frens/pull/278",
"diff_url": "https://github.com/voytravel/travel-frens/pull/278.diff",
"patch_url": "https://github.com/voytravel/travel-frens/pull/278.patch",
"issue_url": "https://api.github.com/repos/voytravel/travel-frens/issues/278",
"number": 278,
"state": "open",
"locked": false,
"title": "feat(analytics): attribute invite release cohorts",
"user": {
"login": "nickick",
"id": 1316662,
"node_id": "MDQ6VXNlcjEzMTY2NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1316662?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nickick",
"html_url": "https://github.com/nickick",
"followers_url": "https://api.github.com/users/nickick/followers",
"following_url": "https://api.github.com/users/nickick/following{/other_user}",
"gists_url": "https://api.github.com/users/nickick/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nickick/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nickick/subscriptions",
"organizations_url": "https://api.github.com/users/nickick/orgs",
"repos_url": "https://api.github.com/users/nickick/repos",
"events_url": "https://api.github.com/users/nickick/events{/privacy}",
"received_events_url": "https://api.github.com/users/nickick/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"body": "## What\n\n- Replace copied trip-code URLs with opaque `/i/:token` links; only a SHA-256 token hash is stored for trip-board invitations.\n- Add reusable `start_trip` cohort links for first-time users who should land in the trip-creation flow rather than join an existing board.\n- Add an admin UI at `/admin/invites` to generate, label, copy, list, and revoke start-trip links using an access wave and acquisition channel.\n- Snapshot `access_wave`, invite purpose, inviter, channel, trip (when applicable), and Fly release at link creation.\n- Resolve invite opens server-side, set PostHog first-touch person properties, and redirect to a clean URL before the browser SDK starts.\n- Persist the accepted internal `invite_id` on `trip_users`; for start-trip links this is attached to the creator membership.\n- Enrich `trip_created`, `trip_joined`, `invite_accepted`, and invite conversion events with cohort attribution.\n- Identify PostHog people with the stable Better Auth user ID and add `app`, `environment`, and `app_release` to server events.\n- Preserve trip-specific Open Graph previews for join-trip links and use the generic landing preview for start-trip links.\n- Add additive Drizzle migrations and focused integration coverage.\n\n## How admins use it\n\n1. Open `/admin/invites`.\n2. Enter an access wave (for example `friends-beta-2`), channel (for example `slack`), and optional human label.\n3. Generate and copy the reusable `/i/:token` URL.\n4. Share it with that cohort; copy it again later from the list or revoke it when the release closes.\n\n## PostHog attribution model\n\n- `acquisition_source` is a first-touch person property: `invite` when the user's first entry is an invite link, otherwise `organic`.\n- Invite-acquired people also receive immutable `first_access_wave`, `first_invite_id`, `first_invite_purpose`, and `first_invite_channel`.\n- Use `acquisition_source = invite AND first_invite_purpose = start_trip` for creator-acquisition cohorts, then split by `first_access_wave` or `first_invite_channel`.\n- `$set_once` preserves the original acquisition source even if the person later opens another link.\n\n## Why\n\nBrowser-only analytics could not reliably cohort people across sessions, and bare trip-code links did not identify which invite or rollout wave acquired a user. This creates a durable, privacy-conscious attribution chain without sending a secret trip-access token to PostHog, and gives project admins a self-service way to run release cohorts.\n\n## Impact / rollout\n\n- Existing `/trips/:code` links continue to work.\n- New copied board links use opaque join-trip invites.\n- Admin-created start-trip links are reusable and grant no access to an existing trip.\n- Fly derives `app_release` from `FLY_IMAGE_REF`.\n- `INVITE_ACCESS_WAVE` provides the default wave in the admin form; otherwise each Fly release is its own default wave.\n- The release migration step applies `0010_bouncy_the_initiative.sql` and `0011_chemical_nick_fury.sql`.\n\n## Checks\n\n- `pnpm run build` ✅\n- `pnpm run lint` ✅\n- `pnpm exec tsx --test api/start-trip-invite-flow.test.ts api/admin-routes.test.ts api/trip-invites.test.ts tests/analytics.test.ts` ✅ (9/9)\n- Full local suite previously reported 270 passed / 30 failed because rentamac's existing dev DB has pre-existing migration drift: migration 0009 is recorded as applied, but `vote_list_generations` still has `response` and lacks `disabled_categories`. The database was left untouched; CI's fresh Postgres should provide the authoritative full-suite result.",
"created_at": "2026-07-20T04:30:10Z",
"updated_at": "2026-07-20T16:40:08Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": "813cbcebd0185a671cc65d4ac122160772b8a2b9",
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
"draft": true,
"commits_url": "https://api.github.com/repos/voytravel/travel-frens/pulls/278/commits",
"review_comments_url": "https://api.github.com/repos/voytravel/travel-frens/pulls/278/comments",
"review_comment_url": "https://api.github.com/repos/voytravel/travel-frens/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/voytravel/travel-frens/issues/278/comments",
"statuses_url": "https://api.github.com/repos/voytravel/travel-frens/statuses/c91de1c222ae1678dc43e63695f3a949ce05bb84",
"head": {
"label": "voytravel:codex/invite-release-cohorts",
"ref": "codex/invite-release-cohorts",
"sha": "c91de1c222ae1678dc43e63695f3a949ce05bb84",
"user": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1236228447,
"node_id": "R_kgDOSa9ZXw",
"name": "travel-frens",
"full_name": "voytravel/travel-frens",
"private": true,
"owner": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/voytravel/travel-frens",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/voytravel/travel-frens",
"forks_url": "https://api.github.com/repos/voytravel/travel-frens/forks",
"keys_url": "https://api.github.com/repos/voytravel/travel-frens/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/voytravel/travel-frens/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/voytravel/travel-frens/teams",
"hooks_url": "https://api.github.com/repos/voytravel/travel-frens/hooks",
"issue_events_url": "https://api.github.com/repos/voytravel/travel-frens/issues/events{/number}",
"events_url": "https://api.github.com/repos/voytravel/travel-frens/events",
"assignees_url": "https://api.github.com/repos/voytravel/travel-frens/assignees{/user}",
"branches_url": "https://api.github.com/repos/voytravel/travel-frens/branches{/branch}",
"tags_url": "https://api.github.com/repos/voytravel/travel-frens/tags",
"blobs_url": "https://api.github.com/repos/voytravel/travel-frens/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/voytravel/travel-frens/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/voytravel/travel-frens/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/voytravel/travel-frens/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/voytravel/travel-frens/statuses/{sha}",
"languages_url": "https://api.github.com/repos/voytravel/travel-frens/languages",
"stargazers_url": "https://api.github.com/repos/voytravel/travel-frens/stargazers",
"contributors_url": "https://api.github.com/repos/voytravel/travel-frens/contributors",
"subscribers_url": "https://api.github.com/repos/voytravel/travel-frens/subscribers",
"subscription_url": "https://api.github.com/repos/voytravel/travel-frens/subscription",
"commits_url": "https://api.github.com/repos/voytravel/travel-frens/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/voytravel/travel-frens/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/voytravel/travel-frens/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/voytravel/travel-frens/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/voytravel/travel-frens/contents/{+path}",
"compare_url": "https://api.github.com/repos/voytravel/travel-frens/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/voytravel/travel-frens/merges",
"archive_url": "https://api.github.com/repos/voytravel/travel-frens/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/voytravel/travel-frens/downloads",
"issues_url": "https://api.github.com/repos/voytravel/travel-frens/issues{/number}",
"pulls_url": "https://api.github.com/repos/voytravel/travel-frens/pulls{/number}",
"milestones_url": "https://api.github.com/repos/voytravel/travel-frens/milestones{/number}",
"notifications_url": "https://api.github.com/repos/voytravel/travel-frens/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/voytravel/travel-frens/labels{/name}",
"releases_url": "https://api.github.com/repos/voytravel/travel-frens/releases{/id}",
"deployments_url": "https://api.github.com/repos/voytravel/travel-frens/deployments",
"created_at": "2026-05-12T04:06:46Z",
"updated_at": "2026-07-20T10:18:18Z",
"pushed_at": "2026-07-20T16:40:07Z",
"git_url": "git://github.com/voytravel/travel-frens.git",
"ssh_url": "org-213144510@github.com:voytravel/travel-frens.git",
"clone_url": "https://github.com/voytravel/travel-frens.git",
"svn_url": "https://github.com/voytravel/travel-frens",
"homepage": null,
"size": 10505,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 4,
"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": 4,
"watchers": 0,
"default_branch": "develop",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": false,
"allow_auto_merge": false,
"delete_branch_on_merge": true,
"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": "voytravel:main",
"ref": "main",
"sha": "61904432482f799a7ebd0e97684660a4701f3e87",
"user": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1236228447,
"node_id": "R_kgDOSa9ZXw",
"name": "travel-frens",
"full_name": "voytravel/travel-frens",
"private": true,
"owner": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/voytravel/travel-frens",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/voytravel/travel-frens",
"forks_url": "https://api.github.com/repos/voytravel/travel-frens/forks",
"keys_url": "https://api.github.com/repos/voytravel/travel-frens/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/voytravel/travel-frens/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/voytravel/travel-frens/teams",
"hooks_url": "https://api.github.com/repos/voytravel/travel-frens/hooks",
"issue_events_url": "https://api.github.com/repos/voytravel/travel-frens/issues/events{/number}",
"events_url": "https://api.github.com/repos/voytravel/travel-frens/events",
"assignees_url": "https://api.github.com/repos/voytravel/travel-frens/assignees{/user}",
"branches_url": "https://api.github.com/repos/voytravel/travel-frens/branches{/branch}",
"tags_url": "https://api.github.com/repos/voytravel/travel-frens/tags",
"blobs_url": "https://api.github.com/repos/voytravel/travel-frens/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/voytravel/travel-frens/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/voytravel/travel-frens/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/voytravel/travel-frens/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/voytravel/travel-frens/statuses/{sha}",
"languages_url": "https://api.github.com/repos/voytravel/travel-frens/languages",
"stargazers_url": "https://api.github.com/repos/voytravel/travel-frens/stargazers",
"contributors_url": "https://api.github.com/repos/voytravel/travel-frens/contributors",
"subscribers_url": "https://api.github.com/repos/voytravel/travel-frens/subscribers",
"subscription_url": "https://api.github.com/repos/voytravel/travel-frens/subscription",
"commits_url": "https://api.github.com/repos/voytravel/travel-frens/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/voytravel/travel-frens/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/voytravel/travel-frens/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/voytravel/travel-frens/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/voytravel/travel-frens/contents/{+path}",
"compare_url": "https://api.github.com/repos/voytravel/travel-frens/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/voytravel/travel-frens/merges",
"archive_url": "https://api.github.com/repos/voytravel/travel-frens/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/voytravel/travel-frens/downloads",
"issues_url": "https://api.github.com/repos/voytravel/travel-frens/issues{/number}",
"pulls_url": "https://api.github.com/repos/voytravel/travel-frens/pulls{/number}",
"milestones_url": "https://api.github.com/repos/voytravel/travel-frens/milestones{/number}",
"notifications_url": "https://api.github.com/repos/voytravel/travel-frens/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/voytravel/travel-frens/labels{/name}",
"releases_url": "https://api.github.com/repos/voytravel/travel-frens/releases{/id}",
"deployments_url": "https://api.github.com/repos/voytravel/travel-frens/deployments",
"created_at": "2026-05-12T04:06:46Z",
"updated_at": "2026-07-20T10:18:18Z",
"pushed_at": "2026-07-20T16:40:07Z",
"git_url": "git://github.com/voytravel/travel-frens.git",
"ssh_url": "org-213144510@github.com:voytravel/travel-frens.git",
"clone_url": "https://github.com/voytravel/travel-frens.git",
"svn_url": "https://github.com/voytravel/travel-frens",
"homepage": null,
"size": 10505,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 4,
"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": 4,
"watchers": 0,
"default_branch": "develop",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": false,
"allow_auto_merge": false,
"delete_branch_on_merge": true,
"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/voytravel/travel-frens/pulls/278"
},
"html": {
"href": "https://github.com/voytravel/travel-frens/pull/278"
},
"issue": {
"href": "https://api.github.com/repos/voytravel/travel-frens/issues/278"
},
"comments": {
"href": "https://api.github.com/repos/voytravel/travel-frens/issues/278/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/voytravel/travel-frens/pulls/278/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/voytravel/travel-frens/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/voytravel/travel-frens/pulls/278/commits"
},
"statuses": {
"href": "https://api.github.com/repos/voytravel/travel-frens/statuses/c91de1c222ae1678dc43e63695f3a949ce05bb84"
}
},
"author_association": "COLLABORATOR",
"auto_merge": null,
"assignee": null,
"active_lock_reason": null,
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 8,
"additions": 8570,
"deletions": 1103,
"changed_files": 170
},
"before": "dcdb4ed56c60c2d5aeae7ffe523507955df7ba41",
"after": "c91de1c222ae1678dc43e63695f3a949ce05bb84",
"repository": {
"id": 1236228447,
"node_id": "R_kgDOSa9ZXw",
"name": "travel-frens",
"full_name": "voytravel/travel-frens",
"private": true,
"owner": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/voytravel",
"html_url": "https://github.com/voytravel",
"followers_url": "https://api.github.com/users/voytravel/followers",
"following_url": "https://api.github.com/users/voytravel/following{/other_user}",
"gists_url": "https://api.github.com/users/voytravel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/voytravel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/voytravel/subscriptions",
"organizations_url": "https://api.github.com/users/voytravel/orgs",
"repos_url": "https://api.github.com/users/voytravel/repos",
"events_url": "https://api.github.com/users/voytravel/events{/privacy}",
"received_events_url": "https://api.github.com/users/voytravel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/voytravel/travel-frens",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/voytravel/travel-frens",
"forks_url": "https://api.github.com/repos/voytravel/travel-frens/forks",
"keys_url": "https://api.github.com/repos/voytravel/travel-frens/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/voytravel/travel-frens/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/voytravel/travel-frens/teams",
"hooks_url": "https://api.github.com/repos/voytravel/travel-frens/hooks",
"issue_events_url": "https://api.github.com/repos/voytravel/travel-frens/issues/events{/number}",
"events_url": "https://api.github.com/repos/voytravel/travel-frens/events",
"assignees_url": "https://api.github.com/repos/voytravel/travel-frens/assignees{/user}",
"branches_url": "https://api.github.com/repos/voytravel/travel-frens/branches{/branch}",
"tags_url": "https://api.github.com/repos/voytravel/travel-frens/tags",
"blobs_url": "https://api.github.com/repos/voytravel/travel-frens/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/voytravel/travel-frens/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/voytravel/travel-frens/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/voytravel/travel-frens/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/voytravel/travel-frens/statuses/{sha}",
"languages_url": "https://api.github.com/repos/voytravel/travel-frens/languages",
"stargazers_url": "https://api.github.com/repos/voytravel/travel-frens/stargazers",
"contributors_url": "https://api.github.com/repos/voytravel/travel-frens/contributors",
"subscribers_url": "https://api.github.com/repos/voytravel/travel-frens/subscribers",
"subscription_url": "https://api.github.com/repos/voytravel/travel-frens/subscription",
"commits_url": "https://api.github.com/repos/voytravel/travel-frens/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/voytravel/travel-frens/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/voytravel/travel-frens/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/voytravel/travel-frens/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/voytravel/travel-frens/contents/{+path}",
"compare_url": "https://api.github.com/repos/voytravel/travel-frens/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/voytravel/travel-frens/merges",
"archive_url": "https://api.github.com/repos/voytravel/travel-frens/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/voytravel/travel-frens/downloads",
"issues_url": "https://api.github.com/repos/voytravel/travel-frens/issues{/number}",
"pulls_url": "https://api.github.com/repos/voytravel/travel-frens/pulls{/number}",
"milestones_url": "https://api.github.com/repos/voytravel/travel-frens/milestones{/number}",
"notifications_url": "https://api.github.com/repos/voytravel/travel-frens/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/voytravel/travel-frens/labels{/name}",
"releases_url": "https://api.github.com/repos/voytravel/travel-frens/releases{/id}",
"deployments_url": "https://api.github.com/repos/voytravel/travel-frens/deployments",
"created_at": "2026-05-12T04:06:46Z",
"updated_at": "2026-07-20T10:18:18Z",
"pushed_at": "2026-07-20T16:40:07Z",
"git_url": "git://github.com/voytravel/travel-frens.git",
"ssh_url": "org-213144510@github.com:voytravel/travel-frens.git",
"clone_url": "https://github.com/voytravel/travel-frens.git",
"svn_url": "https://github.com/voytravel/travel-frens",
"homepage": null,
"size": 10505,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 4,
"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": 4,
"watchers": 0,
"default_branch": "develop",
"custom_properties": {}
},
"organization": {
"login": "voytravel",
"id": 213144510,
"node_id": "O_kgDODLRTvg",
"url": "https://api.github.com/orgs/voytravel",
"repos_url": "https://api.github.com/orgs/voytravel/repos",
"events_url": "https://api.github.com/orgs/voytravel/events",
"hooks_url": "https://api.github.com/orgs/voytravel/hooks",
"issues_url": "https://api.github.com/orgs/voytravel/issues",
"members_url": "https://api.github.com/orgs/voytravel/members{/member}",
"public_members_url": "https://api.github.com/orgs/voytravel/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/213144510?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-07-07T15:59:26Z"
},
"sender": {
"login": "nickick",
"id": 1316662,
"node_id": "MDQ6VXNlcjEzMTY2NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1316662?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nickick",
"html_url": "https://github.com/nickick",
"followers_url": "https://api.github.com/users/nickick/followers",
"following_url": "https://api.github.com/users/nickick/following{/other_user}",
"gists_url": "https://api.github.com/users/nickick/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nickick/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nickick/subscriptions",
"organizations_url": "https://api.github.com/users/nickick/orgs",
"repos_url": "https://api.github.com/users/nickick/repos",
"events_url": "https://api.github.com/users/nickick/events{/privacy}",
"received_events_url": "https://api.github.com/users/nickick/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 143976268,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTQzOTc2MjY4"
}
}