Files
atlantis/server/controllers/events/testdata/githubPullRequestOpenedEvent.json
Ken Kaizu da48fb515d chore(test): add no test dir tests, rename testdata dir (#2986)
* add web_templates render tests

* add ansic strip tests

* move fixtures into testdata dir which is golang specific test dir name

* add server/metrics tests

* add recovery test

* add runtime stats test
2023-01-15 23:14:23 -06:00

469 lines
25 KiB
JSON

{
"action": "opened",
"number": 2,
"pull_request": {
"url": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/2",
"id": 194034250,
"node_id": "MDExOlB1bGxSZXF1ZXN0MTk0MDM0MjUw",
"html_url": "https://github.com/runatlantis/atlantis-tests/pull/2",
"diff_url": "https://github.com/runatlantis/atlantis-tests/pull/2.diff",
"patch_url": "https://github.com/runatlantis/atlantis-tests/pull/2.patch",
"issue_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/2",
"number": 2,
"state": "open",
"locked": false,
"title": "branch",
"user": {
"login": "runatlantis",
"id": 1034429,
"node_id": "MDQ6VXNlcjEwMzQ0Mjk=",
"avatar_url": "https://avatars1.githubusercontent.com/u/1034429?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/runatlantis",
"html_url": "https://github.com/runatlantis",
"followers_url": "https://api.github.com/users/runatlantis/followers",
"following_url": "https://api.github.com/users/runatlantis/following{/other_user}",
"gists_url": "https://api.github.com/users/runatlantis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/runatlantis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/runatlantis/subscriptions",
"organizations_url": "https://api.github.com/users/runatlantis/orgs",
"repos_url": "https://api.github.com/users/runatlantis/repos",
"events_url": "https://api.github.com/users/runatlantis/events{/privacy}",
"received_events_url": "https://api.github.com/users/runatlantis/received_events",
"type": "User",
"site_admin": false
},
"body": "",
"created_at": "2018-06-11T16:22:16Z",
"updated_at": "2018-06-11T16:22:16Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": null,
"assignee": null,
"assignees": [
],
"requested_reviewers": [
],
"requested_teams": [
],
"labels": [
],
"milestone": null,
"commits_url": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/2/commits",
"review_comments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/2/comments",
"review_comment_url": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/2/comments",
"statuses_url": "https://api.github.com/repos/runatlantis/atlantis-tests/statuses/c31fd9ea6f557ad2ea659944c3844a059b83bc5d",
"head": {
"label": "runatlantis:branch",
"ref": "branch",
"sha": "c31fd9ea6f557ad2ea659944c3844a059b83bc5d",
"user": {
"login": "runatlantis",
"id": 1034429,
"node_id": "MDQ6VXNlcjEwMzQ0Mjk=",
"avatar_url": "https://avatars1.githubusercontent.com/u/1034429?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/runatlantis",
"html_url": "https://github.com/runatlantis",
"followers_url": "https://api.github.com/users/runatlantis/followers",
"following_url": "https://api.github.com/users/runatlantis/following{/other_user}",
"gists_url": "https://api.github.com/users/runatlantis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/runatlantis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/runatlantis/subscriptions",
"organizations_url": "https://api.github.com/users/runatlantis/orgs",
"repos_url": "https://api.github.com/users/runatlantis/repos",
"events_url": "https://api.github.com/users/runatlantis/events{/privacy}",
"received_events_url": "https://api.github.com/users/runatlantis/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 136474117,
"node_id": "MDEwOlJlcG9zaXRvcnkxMzY0NzQxMTc=",
"name": "atlantis-tests",
"full_name": "runatlantis/atlantis-tests",
"owner": {
"login": "runatlantis",
"id": 1034429,
"node_id": "MDQ6VXNlcjEwMzQ0Mjk=",
"avatar_url": "https://avatars1.githubusercontent.com/u/1034429?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/runatlantis",
"html_url": "https://github.com/runatlantis",
"followers_url": "https://api.github.com/users/runatlantis/followers",
"following_url": "https://api.github.com/users/runatlantis/following{/other_user}",
"gists_url": "https://api.github.com/users/runatlantis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/runatlantis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/runatlantis/subscriptions",
"organizations_url": "https://api.github.com/users/runatlantis/orgs",
"repos_url": "https://api.github.com/users/runatlantis/repos",
"events_url": "https://api.github.com/users/runatlantis/events{/privacy}",
"received_events_url": "https://api.github.com/users/runatlantis/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/runatlantis/atlantis-tests",
"description": "A set of terraform projects that atlantis e2e tests run on.",
"fork": true,
"url": "https://api.github.com/repos/runatlantis/atlantis-tests",
"forks_url": "https://api.github.com/repos/runatlantis/atlantis-tests/forks",
"keys_url": "https://api.github.com/repos/runatlantis/atlantis-tests/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/runatlantis/atlantis-tests/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/runatlantis/atlantis-tests/teams",
"hooks_url": "https://api.github.com/repos/runatlantis/atlantis-tests/hooks",
"issue_events_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/events{/number}",
"events_url": "https://api.github.com/repos/runatlantis/atlantis-tests/events",
"assignees_url": "https://api.github.com/repos/runatlantis/atlantis-tests/assignees{/user}",
"branches_url": "https://api.github.com/repos/runatlantis/atlantis-tests/branches{/branch}",
"tags_url": "https://api.github.com/repos/runatlantis/atlantis-tests/tags",
"blobs_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/runatlantis/atlantis-tests/statuses/{sha}",
"languages_url": "https://api.github.com/repos/runatlantis/atlantis-tests/languages",
"stargazers_url": "https://api.github.com/repos/runatlantis/atlantis-tests/stargazers",
"contributors_url": "https://api.github.com/repos/runatlantis/atlantis-tests/contributors",
"subscribers_url": "https://api.github.com/repos/runatlantis/atlantis-tests/subscribers",
"subscription_url": "https://api.github.com/repos/runatlantis/atlantis-tests/subscription",
"commits_url": "https://api.github.com/repos/runatlantis/atlantis-tests/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/runatlantis/atlantis-tests/contents/{+path}",
"compare_url": "https://api.github.com/repos/runatlantis/atlantis-tests/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/runatlantis/atlantis-tests/merges",
"archive_url": "https://api.github.com/repos/runatlantis/atlantis-tests/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/runatlantis/atlantis-tests/downloads",
"issues_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues{/number}",
"pulls_url": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls{/number}",
"milestones_url": "https://api.github.com/repos/runatlantis/atlantis-tests/milestones{/number}",
"notifications_url": "https://api.github.com/repos/runatlantis/atlantis-tests/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/runatlantis/atlantis-tests/labels{/name}",
"releases_url": "https://api.github.com/repos/runatlantis/atlantis-tests/releases{/id}",
"deployments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/deployments",
"created_at": "2018-06-07T12:28:23Z",
"updated_at": "2018-06-07T12:28:27Z",
"pushed_at": "2018-06-11T16:22:09Z",
"git_url": "git://github.com/runatlantis/atlantis-tests.git",
"ssh_url": "git@github.com:runatlantis/atlantis-tests.git",
"clone_url": "https://github.com/runatlantis/atlantis-tests.git",
"svn_url": "https://github.com/runatlantis/atlantis-tests",
"homepage": null,
"size": 7,
"stargazers_count": 0,
"watchers_count": 0,
"language": "HCL",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"open_issues_count": 2,
"license": {
"key": "other",
"name": "Other",
"spdx_id": null,
"url": null,
"node_id": "MDc6TGljZW5zZTA="
},
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "main"
}
},
"base": {
"label": "runatlantis:main",
"ref": "main",
"sha": "f59a822e83b3cd193142c7624ea635a5d7894388",
"user": {
"login": "runatlantis",
"id": 1034429,
"node_id": "MDQ6VXNlcjEwMzQ0Mjk=",
"avatar_url": "https://avatars1.githubusercontent.com/u/1034429?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/runatlantis",
"html_url": "https://github.com/runatlantis",
"followers_url": "https://api.github.com/users/runatlantis/followers",
"following_url": "https://api.github.com/users/runatlantis/following{/other_user}",
"gists_url": "https://api.github.com/users/runatlantis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/runatlantis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/runatlantis/subscriptions",
"organizations_url": "https://api.github.com/users/runatlantis/orgs",
"repos_url": "https://api.github.com/users/runatlantis/repos",
"events_url": "https://api.github.com/users/runatlantis/events{/privacy}",
"received_events_url": "https://api.github.com/users/runatlantis/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 136474117,
"node_id": "MDEwOlJlcG9zaXRvcnkxMzY0NzQxMTc=",
"name": "atlantis-tests",
"full_name": "runatlantis/atlantis-tests",
"owner": {
"login": "runatlantis",
"id": 1034429,
"node_id": "MDQ6VXNlcjEwMzQ0Mjk=",
"avatar_url": "https://avatars1.githubusercontent.com/u/1034429?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/runatlantis",
"html_url": "https://github.com/runatlantis",
"followers_url": "https://api.github.com/users/runatlantis/followers",
"following_url": "https://api.github.com/users/runatlantis/following{/other_user}",
"gists_url": "https://api.github.com/users/runatlantis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/runatlantis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/runatlantis/subscriptions",
"organizations_url": "https://api.github.com/users/runatlantis/orgs",
"repos_url": "https://api.github.com/users/runatlantis/repos",
"events_url": "https://api.github.com/users/runatlantis/events{/privacy}",
"received_events_url": "https://api.github.com/users/runatlantis/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/runatlantis/atlantis-tests",
"description": "A set of terraform projects that atlantis e2e tests run on.",
"fork": true,
"url": "https://api.github.com/repos/runatlantis/atlantis-tests",
"forks_url": "https://api.github.com/repos/runatlantis/atlantis-tests/forks",
"keys_url": "https://api.github.com/repos/runatlantis/atlantis-tests/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/runatlantis/atlantis-tests/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/runatlantis/atlantis-tests/teams",
"hooks_url": "https://api.github.com/repos/runatlantis/atlantis-tests/hooks",
"issue_events_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/events{/number}",
"events_url": "https://api.github.com/repos/runatlantis/atlantis-tests/events",
"assignees_url": "https://api.github.com/repos/runatlantis/atlantis-tests/assignees{/user}",
"branches_url": "https://api.github.com/repos/runatlantis/atlantis-tests/branches{/branch}",
"tags_url": "https://api.github.com/repos/runatlantis/atlantis-tests/tags",
"blobs_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/runatlantis/atlantis-tests/statuses/{sha}",
"languages_url": "https://api.github.com/repos/runatlantis/atlantis-tests/languages",
"stargazers_url": "https://api.github.com/repos/runatlantis/atlantis-tests/stargazers",
"contributors_url": "https://api.github.com/repos/runatlantis/atlantis-tests/contributors",
"subscribers_url": "https://api.github.com/repos/runatlantis/atlantis-tests/subscribers",
"subscription_url": "https://api.github.com/repos/runatlantis/atlantis-tests/subscription",
"commits_url": "https://api.github.com/repos/runatlantis/atlantis-tests/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/runatlantis/atlantis-tests/contents/{+path}",
"compare_url": "https://api.github.com/repos/runatlantis/atlantis-tests/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/runatlantis/atlantis-tests/merges",
"archive_url": "https://api.github.com/repos/runatlantis/atlantis-tests/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/runatlantis/atlantis-tests/downloads",
"issues_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues{/number}",
"pulls_url": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls{/number}",
"milestones_url": "https://api.github.com/repos/runatlantis/atlantis-tests/milestones{/number}",
"notifications_url": "https://api.github.com/repos/runatlantis/atlantis-tests/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/runatlantis/atlantis-tests/labels{/name}",
"releases_url": "https://api.github.com/repos/runatlantis/atlantis-tests/releases{/id}",
"deployments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/deployments",
"created_at": "2018-06-07T12:28:23Z",
"updated_at": "2018-06-07T12:28:27Z",
"pushed_at": "2018-06-11T16:22:09Z",
"git_url": "git://github.com/runatlantis/atlantis-tests.git",
"ssh_url": "git@github.com:runatlantis/atlantis-tests.git",
"clone_url": "https://github.com/runatlantis/atlantis-tests.git",
"svn_url": "https://github.com/runatlantis/atlantis-tests",
"homepage": null,
"size": 7,
"stargazers_count": 0,
"watchers_count": 0,
"language": "HCL",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"open_issues_count": 2,
"license": {
"key": "other",
"name": "Other",
"spdx_id": null,
"url": null,
"node_id": "MDc6TGljZW5zZTA="
},
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "main"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/2"
},
"html": {
"href": "https://github.com/runatlantis/atlantis-tests/pull/2"
},
"issue": {
"href": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/2"
},
"comments": {
"href": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/2/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/2/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls/2/commits"
},
"statuses": {
"href": "https://api.github.com/repos/runatlantis/atlantis-tests/statuses/c31fd9ea6f557ad2ea659944c3844a059b83bc5d"
}
},
"author_association": "OWNER",
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 5,
"additions": 181,
"deletions": 8,
"changed_files": 23
},
"repository": {
"id": 136474117,
"node_id": "MDEwOlJlcG9zaXRvcnkxMzY0NzQxMTc=",
"name": "atlantis-tests",
"full_name": "runatlantis/atlantis-tests",
"owner": {
"login": "runatlantis",
"id": 1034429,
"node_id": "MDQ6VXNlcjEwMzQ0Mjk=",
"avatar_url": "https://avatars1.githubusercontent.com/u/1034429?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/runatlantis",
"html_url": "https://github.com/runatlantis",
"followers_url": "https://api.github.com/users/runatlantis/followers",
"following_url": "https://api.github.com/users/runatlantis/following{/other_user}",
"gists_url": "https://api.github.com/users/runatlantis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/runatlantis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/runatlantis/subscriptions",
"organizations_url": "https://api.github.com/users/runatlantis/orgs",
"repos_url": "https://api.github.com/users/runatlantis/repos",
"events_url": "https://api.github.com/users/runatlantis/events{/privacy}",
"received_events_url": "https://api.github.com/users/runatlantis/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/runatlantis/atlantis-tests",
"description": "A set of terraform projects that atlantis e2e tests run on.",
"fork": true,
"url": "https://api.github.com/repos/runatlantis/atlantis-tests",
"forks_url": "https://api.github.com/repos/runatlantis/atlantis-tests/forks",
"keys_url": "https://api.github.com/repos/runatlantis/atlantis-tests/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/runatlantis/atlantis-tests/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/runatlantis/atlantis-tests/teams",
"hooks_url": "https://api.github.com/repos/runatlantis/atlantis-tests/hooks",
"issue_events_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/events{/number}",
"events_url": "https://api.github.com/repos/runatlantis/atlantis-tests/events",
"assignees_url": "https://api.github.com/repos/runatlantis/atlantis-tests/assignees{/user}",
"branches_url": "https://api.github.com/repos/runatlantis/atlantis-tests/branches{/branch}",
"tags_url": "https://api.github.com/repos/runatlantis/atlantis-tests/tags",
"blobs_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/runatlantis/atlantis-tests/statuses/{sha}",
"languages_url": "https://api.github.com/repos/runatlantis/atlantis-tests/languages",
"stargazers_url": "https://api.github.com/repos/runatlantis/atlantis-tests/stargazers",
"contributors_url": "https://api.github.com/repos/runatlantis/atlantis-tests/contributors",
"subscribers_url": "https://api.github.com/repos/runatlantis/atlantis-tests/subscribers",
"subscription_url": "https://api.github.com/repos/runatlantis/atlantis-tests/subscription",
"commits_url": "https://api.github.com/repos/runatlantis/atlantis-tests/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/runatlantis/atlantis-tests/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/runatlantis/atlantis-tests/contents/{+path}",
"compare_url": "https://api.github.com/repos/runatlantis/atlantis-tests/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/runatlantis/atlantis-tests/merges",
"archive_url": "https://api.github.com/repos/runatlantis/atlantis-tests/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/runatlantis/atlantis-tests/downloads",
"issues_url": "https://api.github.com/repos/runatlantis/atlantis-tests/issues{/number}",
"pulls_url": "https://api.github.com/repos/runatlantis/atlantis-tests/pulls{/number}",
"milestones_url": "https://api.github.com/repos/runatlantis/atlantis-tests/milestones{/number}",
"notifications_url": "https://api.github.com/repos/runatlantis/atlantis-tests/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/runatlantis/atlantis-tests/labels{/name}",
"releases_url": "https://api.github.com/repos/runatlantis/atlantis-tests/releases{/id}",
"deployments_url": "https://api.github.com/repos/runatlantis/atlantis-tests/deployments",
"created_at": "2018-06-07T12:28:23Z",
"updated_at": "2018-06-07T12:28:27Z",
"pushed_at": "2018-06-11T16:22:09Z",
"git_url": "git://github.com/runatlantis/atlantis-tests.git",
"ssh_url": "git@github.com:runatlantis/atlantis-tests.git",
"clone_url": "https://github.com/runatlantis/atlantis-tests.git",
"svn_url": "https://github.com/runatlantis/atlantis-tests",
"homepage": null,
"size": 7,
"stargazers_count": 0,
"watchers_count": 0,
"language": "HCL",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"open_issues_count": 2,
"license": {
"key": "other",
"name": "Other",
"spdx_id": null,
"url": null,
"node_id": "MDc6TGljZW5zZTA="
},
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "main"
},
"sender": {
"login": "runatlantis",
"id": 1034429,
"node_id": "MDQ6VXNlcjEwMzQ0Mjk=",
"avatar_url": "https://avatars1.githubusercontent.com/u/1034429?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/runatlantis",
"html_url": "https://github.com/runatlantis",
"followers_url": "https://api.github.com/users/runatlantis/followers",
"following_url": "https://api.github.com/users/runatlantis/following{/other_user}",
"gists_url": "https://api.github.com/users/runatlantis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/runatlantis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/runatlantis/subscriptions",
"organizations_url": "https://api.github.com/users/runatlantis/orgs",
"repos_url": "https://api.github.com/users/runatlantis/repos",
"events_url": "https://api.github.com/users/runatlantis/events{/privacy}",
"received_events_url": "https://api.github.com/users/runatlantis/received_events",
"type": "User",
"site_admin": false
}
}