Payload
{
"action": "closed",
"number": 99,
"pull_request": {
"url": "https://api.github.com/repos/darkmatter/gitops/pulls/99",
"id": 4087548143,
"node_id": "PR_kwDOSjW5Zs7zowjv",
"html_url": "https://github.com/darkmatter/gitops/pull/99",
"diff_url": "https://github.com/darkmatter/gitops/pull/99.diff",
"patch_url": "https://github.com/darkmatter/gitops/pull/99.patch",
"issue_url": "https://api.github.com/repos/darkmatter/gitops/issues/99",
"number": 99,
"state": "closed",
"locked": false,
"title": "fix(centaur): make OMP stats volume writable",
"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": "## Summary\n\n- render `darkmatter/centaur@60d34001d6fb152dade94f4642c67b036c661170`, which adds optional per-app pod security contexts\n- set `fsGroup: 1001` and `fsGroupChangePolicy: OnRootMismatch` for the persistent `omp-stats` workload\n- keep all runtime image pins unchanged; this is a chart-only rollout correction\n\n## Live failure\n\nThe first deployment reached the cluster but crash-looped with:\n\n```\nEACCES: permission denied, mkdir '/data/home'\n```\n\nThe image runs as UID/GID 1001 and the new Longhorn PVC mounted root-owned. Pod-level `fsGroup` is the Kubernetes ownership contract for that volume.\n\n## Validation\n\n- `helm lint contrib/chart -f /tmp/centaur-omp-stats-values-fixed.yaml`\n- rendered production values: 39 valid resources, 0 invalid, 0 errors\n- rendered deployment asserts `fsGroup == 1001` and `fsGroupChangePolicy == OnRootMismatch`\n- GitOps CI-equivalent `kubeconform`: 269 valid, 0 invalid, 0 errors\n- `git diff --check`",
"created_at": "2026-07-19T23:52:08Z",
"updated_at": "2026-07-19T23:52:29Z",
"closed_at": "2026-07-19T23:52:29Z",
"merged_at": "2026-07-19T23:52:29Z",
"merge_commit_sha": "6fa40a4b2a25a4c0bb90cc6dbe569609d6863a95",
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/darkmatter/gitops/pulls/99/commits",
"review_comments_url": "https://api.github.com/repos/darkmatter/gitops/pulls/99/comments",
"review_comment_url": "https://api.github.com/repos/darkmatter/gitops/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/darkmatter/gitops/issues/99/comments",
"statuses_url": "https://api.github.com/repos/darkmatter/gitops/statuses/17aacc0213efe90b8db8eabd42a63d6b1b6d629c",
"head": {
"label": "darkmatter:fix/omp-stats-pvc-permissions",
"ref": "fix/omp-stats-pvc-permissions",
"sha": "17aacc0213efe90b8db8eabd42a63d6b1b6d629c",
"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": 1245034854,
"node_id": "R_kgDOSjW5Zg",
"name": "gitops",
"full_name": "darkmatter/gitops",
"private": true,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/gitops",
"description": "ArgoCD-managed Kubernetes workloads for the Dark Matter k3s control plane (app-of-apps target).",
"fork": false,
"url": "https://api.github.com/repos/darkmatter/gitops",
"forks_url": "https://api.github.com/repos/darkmatter/gitops/forks",
"keys_url": "https://api.github.com/repos/darkmatter/gitops/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/gitops/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/gitops/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/gitops/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/gitops/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/gitops/events",
"assignees_url": "https://api.github.com/repos/darkmatter/gitops/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/gitops/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/gitops/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/gitops/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/gitops/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/gitops/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/gitops/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/gitops/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/gitops/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/gitops/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/gitops/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/gitops/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/gitops/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/gitops/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/gitops/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/gitops/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/gitops/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/gitops/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/gitops/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/gitops/merges",
"archive_url": "https://api.github.com/repos/darkmatter/gitops/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/gitops/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/gitops/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/gitops/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/gitops/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/gitops/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/gitops/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/gitops/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/gitops/deployments",
"created_at": "2026-05-20T21:03:10Z",
"updated_at": "2026-07-19T23:33:13Z",
"pushed_at": "2026-07-19T23:51:54Z",
"git_url": "git://github.com/darkmatter/gitops.git",
"ssh_url": "org-17834193@github.com:darkmatter/gitops.git",
"clone_url": "https://github.com/darkmatter/gitops.git",
"svn_url": "https://github.com/darkmatter/gitops",
"homepage": null,
"size": 2257,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Shell",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": true,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 22,
"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": 22,
"watchers": 0,
"default_branch": "main",
"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:main",
"ref": "main",
"sha": "30d5b9c5b6f60edbbc756f94a0c9b2451d7db74f",
"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": 1245034854,
"node_id": "R_kgDOSjW5Zg",
"name": "gitops",
"full_name": "darkmatter/gitops",
"private": true,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/gitops",
"description": "ArgoCD-managed Kubernetes workloads for the Dark Matter k3s control plane (app-of-apps target).",
"fork": false,
"url": "https://api.github.com/repos/darkmatter/gitops",
"forks_url": "https://api.github.com/repos/darkmatter/gitops/forks",
"keys_url": "https://api.github.com/repos/darkmatter/gitops/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/gitops/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/gitops/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/gitops/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/gitops/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/gitops/events",
"assignees_url": "https://api.github.com/repos/darkmatter/gitops/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/gitops/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/gitops/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/gitops/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/gitops/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/gitops/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/gitops/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/gitops/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/gitops/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/gitops/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/gitops/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/gitops/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/gitops/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/gitops/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/gitops/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/gitops/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/gitops/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/gitops/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/gitops/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/gitops/merges",
"archive_url": "https://api.github.com/repos/darkmatter/gitops/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/gitops/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/gitops/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/gitops/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/gitops/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/gitops/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/gitops/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/gitops/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/gitops/deployments",
"created_at": "2026-05-20T21:03:10Z",
"updated_at": "2026-07-19T23:33:13Z",
"pushed_at": "2026-07-19T23:51:54Z",
"git_url": "git://github.com/darkmatter/gitops.git",
"ssh_url": "org-17834193@github.com:darkmatter/gitops.git",
"clone_url": "https://github.com/darkmatter/gitops.git",
"svn_url": "https://github.com/darkmatter/gitops",
"homepage": null,
"size": 2257,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Shell",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": true,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 22,
"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": 22,
"watchers": 0,
"default_branch": "main",
"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/gitops/pulls/99"
},
"html": {
"href": "https://github.com/darkmatter/gitops/pull/99"
},
"issue": {
"href": "https://api.github.com/repos/darkmatter/gitops/issues/99"
},
"comments": {
"href": "https://api.github.com/repos/darkmatter/gitops/issues/99/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/darkmatter/gitops/pulls/99/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/darkmatter/gitops/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/darkmatter/gitops/pulls/99/commits"
},
"statuses": {
"href": "https://api.github.com/repos/darkmatter/gitops/statuses/17aacc0213efe90b8db8eabd42a63d6b1b6d629c"
}
},
"author_association": "MEMBER",
"auto_merge": null,
"assignee": null,
"active_lock_reason": null,
"merged": true,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": {
"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
},
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 4,
"deletions": 1,
"changed_files": 1
},
"repository": {
"id": 1245034854,
"node_id": "R_kgDOSjW5Zg",
"name": "gitops",
"full_name": "darkmatter/gitops",
"private": true,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/gitops",
"description": "ArgoCD-managed Kubernetes workloads for the Dark Matter k3s control plane (app-of-apps target).",
"fork": false,
"url": "https://api.github.com/repos/darkmatter/gitops",
"forks_url": "https://api.github.com/repos/darkmatter/gitops/forks",
"keys_url": "https://api.github.com/repos/darkmatter/gitops/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/gitops/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/gitops/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/gitops/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/gitops/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/gitops/events",
"assignees_url": "https://api.github.com/repos/darkmatter/gitops/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/gitops/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/gitops/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/gitops/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/gitops/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/gitops/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/gitops/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/gitops/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/gitops/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/gitops/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/gitops/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/gitops/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/gitops/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/gitops/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/gitops/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/gitops/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/gitops/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/gitops/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/gitops/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/gitops/merges",
"archive_url": "https://api.github.com/repos/darkmatter/gitops/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/gitops/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/gitops/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/gitops/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/gitops/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/gitops/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/gitops/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/gitops/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/gitops/deployments",
"created_at": "2026-05-20T21:03:10Z",
"updated_at": "2026-07-19T23:33:13Z",
"pushed_at": "2026-07-19T23:51:54Z",
"git_url": "git://github.com/darkmatter/gitops.git",
"ssh_url": "org-17834193@github.com:darkmatter/gitops.git",
"clone_url": "https://github.com/darkmatter/gitops.git",
"svn_url": "https://github.com/darkmatter/gitops",
"homepage": null,
"size": 2257,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Shell",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": true,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 22,
"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": 22,
"watchers": 0,
"default_branch": "main",
"custom_properties": {}
},
"organization": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"url": "https://api.github.com/orgs/darkmatter",
"repos_url": "https://api.github.com/orgs/darkmatter/repos",
"events_url": "https://api.github.com/orgs/darkmatter/events",
"hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
"issues_url": "https://api.github.com/orgs/darkmatter/issues",
"members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
"public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"description": ""
},
"enterprise": {
"id": 469843,
"slug": "darkmatter",
"name": "darkmatter",
"node_id": "E_kgDOAAcrUw",
"avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
"description": "",
"website_url": "darkmatter.io",
"html_url": "https://github.com/enterprises/darkmatter",
"created_at": "2025-09-07T16:01:00Z",
"updated_at": "2026-07-07T15:59:26Z"
},
"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": 131074261,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
}
}