Skip to content

Review Requested/Approved/Denied notifications #44

@mgwidmann

Description

@mgwidmann

Introduce 3 new PR statuses:

  • REVIEW requested (when all requested users have not approved/denied)
  • CHANGES requested (when one or more users have requested changes (i.e. denied))
  • READY for merging (when one or more users have approved changes)

Send 3 new notifications for myself and monitors:

  • Review request (need to think how this would work for monitors)
  • Changes requested
  • Ready for merging
Example payload when a review is requested

{
  "action": "review_requested",
  "number": 41,
  "pull_request": {
    "url": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/41",
    "id": 145688144,
    "html_url": "https://github.com/mgwidmann/slack_coder/pull/41",
    "diff_url": "https://github.com/mgwidmann/slack_coder/pull/41.diff",
    "patch_url": "https://github.com/mgwidmann/slack_coder/pull/41.patch",
    "issue_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues/41",
    "number": 41,
    "state": "open",
    "locked": false,
    "title": "start front-end for displaying parsed logs",
    "user": {
      "login": "OKitsMikael",
      "id": 7159020,
      "avatar_url": "https://avatars1.githubusercontent.com/u/7159020?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/OKitsMikael",
      "html_url": "https://github.com/OKitsMikael",
      "followers_url": "https://api.github.com/users/OKitsMikael/followers",
      "following_url": "https://api.github.com/users/OKitsMikael/following{/other_user}",
      "gists_url": "https://api.github.com/users/OKitsMikael/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/OKitsMikael/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/OKitsMikael/subscriptions",
      "organizations_url": "https://api.github.com/users/OKitsMikael/orgs",
      "repos_url": "https://api.github.com/users/OKitsMikael/repos",
      "events_url": "https://api.github.com/users/OKitsMikael/events{/privacy}",
      "received_events_url": "https://api.github.com/users/OKitsMikael/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": "",
    "created_at": "2017-10-10T13:12:19Z",
    "updated_at": "2017-10-13T15:42:56Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "d6d69e6a7708d137876ed0dda490a12f91d7c4d8",
    "assignee": null,
    "assignees": [],
    "requested_reviewers": [
      {
        "login": "mtyeh411",
        "id": 699362,
        "avatar_url": "https://avatars0.githubusercontent.com/u/699362?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/mtyeh411",
        "html_url": "https://github.com/mtyeh411",
        "followers_url": "https://api.github.com/users/mtyeh411/followers",
        "following_url": "https://api.github.com/users/mtyeh411/following{/other_user}",
        "gists_url": "https://api.github.com/users/mtyeh411/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/mtyeh411/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/mtyeh411/subscriptions",
        "organizations_url": "https://api.github.com/users/mtyeh411/orgs",
        "repos_url": "https://api.github.com/users/mtyeh411/repos",
        "events_url": "https://api.github.com/users/mtyeh411/events{/privacy}",
        "received_events_url": "https://api.github.com/users/mtyeh411/received_events",
        "type": "User",
        "site_admin": false
      }
    ],
    "milestone": null,
    "commits_url": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/41/commits",
    "review_comments_url": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/41/comments",
    "review_comment_url": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues/41/comments",
    "statuses_url": "https://api.github.com/repos/mgwidmann/slack_coder/statuses/aedca675cb22c928d7d06dbee009a6ead43974a2",
    "head": {
      "label": "OKitsMikael:ansi_log_output",
      "ref": "ansi_log_output",
      "sha": "aedca675cb22c928d7d06dbee009a6ead43974a2",
      "user": {
        "login": "OKitsMikael",
        "id": 7159020,
        "avatar_url": "https://avatars1.githubusercontent.com/u/7159020?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/OKitsMikael",
        "html_url": "https://github.com/OKitsMikael",
        "followers_url": "https://api.github.com/users/OKitsMikael/followers",
        "following_url": "https://api.github.com/users/OKitsMikael/following{/other_user}",
        "gists_url": "https://api.github.com/users/OKitsMikael/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/OKitsMikael/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/OKitsMikael/subscriptions",
        "organizations_url": "https://api.github.com/users/OKitsMikael/orgs",
        "repos_url": "https://api.github.com/users/OKitsMikael/repos",
        "events_url": "https://api.github.com/users/OKitsMikael/events{/privacy}",
        "received_events_url": "https://api.github.com/users/OKitsMikael/received_events",
        "type": "User",
        "site_admin": false
      },
      "repo": {
        "id": 67127859,
        "name": "slack_coder",
        "full_name": "OKitsMikael/slack_coder",
        "owner": {
          "login": "OKitsMikael",
          "id": 7159020,
          "avatar_url": "https://avatars1.githubusercontent.com/u/7159020?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/OKitsMikael",
          "html_url": "https://github.com/OKitsMikael",
          "followers_url": "https://api.github.com/users/OKitsMikael/followers",
          "following_url": "https://api.github.com/users/OKitsMikael/following{/other_user}",
          "gists_url": "https://api.github.com/users/OKitsMikael/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/OKitsMikael/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/OKitsMikael/subscriptions",
          "organizations_url": "https://api.github.com/users/OKitsMikael/orgs",
          "repos_url": "https://api.github.com/users/OKitsMikael/repos",
          "events_url": "https://api.github.com/users/OKitsMikael/events{/privacy}",
          "received_events_url": "https://api.github.com/users/OKitsMikael/received_events",
          "type": "User",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/OKitsMikael/slack_coder",
        "description": "Slack Bot for watching your Github & CI builds",
        "fork": true,
        "url": "https://api.github.com/repos/OKitsMikael/slack_coder",
        "forks_url": "https://api.github.com/repos/OKitsMikael/slack_coder/forks",
        "keys_url": "https://api.github.com/repos/OKitsMikael/slack_coder/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/OKitsMikael/slack_coder/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/OKitsMikael/slack_coder/teams",
        "hooks_url": "https://api.github.com/repos/OKitsMikael/slack_coder/hooks",
        "issue_events_url": "https://api.github.com/repos/OKitsMikael/slack_coder/issues/events{/number}",
        "events_url": "https://api.github.com/repos/OKitsMikael/slack_coder/events",
        "assignees_url": "https://api.github.com/repos/OKitsMikael/slack_coder/assignees{/user}",
        "branches_url": "https://api.github.com/repos/OKitsMikael/slack_coder/branches{/branch}",
        "tags_url": "https://api.github.com/repos/OKitsMikael/slack_coder/tags",
        "blobs_url": "https://api.github.com/repos/OKitsMikael/slack_coder/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/OKitsMikael/slack_coder/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/OKitsMikael/slack_coder/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/OKitsMikael/slack_coder/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/OKitsMikael/slack_coder/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/OKitsMikael/slack_coder/languages",
        "stargazers_url": "https://api.github.com/repos/OKitsMikael/slack_coder/stargazers",
        "contributors_url": "https://api.github.com/repos/OKitsMikael/slack_coder/contributors",
        "subscribers_url": "https://api.github.com/repos/OKitsMikael/slack_coder/subscribers",
        "subscription_url": "https://api.github.com/repos/OKitsMikael/slack_coder/subscription",
        "commits_url": "https://api.github.com/repos/OKitsMikael/slack_coder/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/OKitsMikael/slack_coder/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/OKitsMikael/slack_coder/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/OKitsMikael/slack_coder/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/OKitsMikael/slack_coder/contents/{+path}",
        "compare_url": "https://api.github.com/repos/OKitsMikael/slack_coder/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/OKitsMikael/slack_coder/merges",
        "archive_url": "https://api.github.com/repos/OKitsMikael/slack_coder/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/OKitsMikael/slack_coder/downloads",
        "issues_url": "https://api.github.com/repos/OKitsMikael/slack_coder/issues{/number}",
        "pulls_url": "https://api.github.com/repos/OKitsMikael/slack_coder/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/OKitsMikael/slack_coder/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/OKitsMikael/slack_coder/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/OKitsMikael/slack_coder/labels{/name}",
        "releases_url": "https://api.github.com/repos/OKitsMikael/slack_coder/releases{/id}",
        "deployments_url": "https://api.github.com/repos/OKitsMikael/slack_coder/deployments",
        "created_at": "2016-09-01T12:08:23Z",
        "updated_at": "2016-09-01T12:08:24Z",
        "pushed_at": "2017-10-10T13:13:31Z",
        "git_url": "git://github.com/OKitsMikael/slack_coder.git",
        "ssh_url": "[email protected]:OKitsMikael/slack_coder.git",
        "clone_url": "https://github.com/OKitsMikael/slack_coder.git",
        "svn_url": "https://github.com/OKitsMikael/slack_coder",
        "homepage": "",
        "size": 5646,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "Elixir",
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 0,
        "mirror_url": null,
        "open_issues_count": 0,
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "master"
      }
    },
    "base": {
      "label": "mgwidmann:master",
      "ref": "master",
      "sha": "86e56241668de401c387cd74d87080602daf16e3",
      "user": {
        "login": "mgwidmann",
        "id": 5035724,
        "avatar_url": "https://avatars1.githubusercontent.com/u/5035724?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/mgwidmann",
        "html_url": "https://github.com/mgwidmann",
        "followers_url": "https://api.github.com/users/mgwidmann/followers",
        "following_url": "https://api.github.com/users/mgwidmann/following{/other_user}",
        "gists_url": "https://api.github.com/users/mgwidmann/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/mgwidmann/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/mgwidmann/subscriptions",
        "organizations_url": "https://api.github.com/users/mgwidmann/orgs",
        "repos_url": "https://api.github.com/users/mgwidmann/repos",
        "events_url": "https://api.github.com/users/mgwidmann/events{/privacy}",
        "received_events_url": "https://api.github.com/users/mgwidmann/received_events",
        "type": "User",
        "site_admin": false
      },
      "repo": {
        "id": 41891819,
        "name": "slack_coder",
        "full_name": "mgwidmann/slack_coder",
        "owner": {
          "login": "mgwidmann",
          "id": 5035724,
          "avatar_url": "https://avatars1.githubusercontent.com/u/5035724?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/mgwidmann",
          "html_url": "https://github.com/mgwidmann",
          "followers_url": "https://api.github.com/users/mgwidmann/followers",
          "following_url": "https://api.github.com/users/mgwidmann/following{/other_user}",
          "gists_url": "https://api.github.com/users/mgwidmann/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/mgwidmann/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/mgwidmann/subscriptions",
          "organizations_url": "https://api.github.com/users/mgwidmann/orgs",
          "repos_url": "https://api.github.com/users/mgwidmann/repos",
          "events_url": "https://api.github.com/users/mgwidmann/events{/privacy}",
          "received_events_url": "https://api.github.com/users/mgwidmann/received_events",
          "type": "User",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/mgwidmann/slack_coder",
        "description": "Slack Bot for watching your Github & CI builds",
        "fork": false,
        "url": "https://api.github.com/repos/mgwidmann/slack_coder",
        "forks_url": "https://api.github.com/repos/mgwidmann/slack_coder/forks",
        "keys_url": "https://api.github.com/repos/mgwidmann/slack_coder/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/mgwidmann/slack_coder/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/mgwidmann/slack_coder/teams",
        "hooks_url": "https://api.github.com/repos/mgwidmann/slack_coder/hooks",
        "issue_events_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues/events{/number}",
        "events_url": "https://api.github.com/repos/mgwidmann/slack_coder/events",
        "assignees_url": "https://api.github.com/repos/mgwidmann/slack_coder/assignees{/user}",
        "branches_url": "https://api.github.com/repos/mgwidmann/slack_coder/branches{/branch}",
        "tags_url": "https://api.github.com/repos/mgwidmann/slack_coder/tags",
        "blobs_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/mgwidmann/slack_coder/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/mgwidmann/slack_coder/languages",
        "stargazers_url": "https://api.github.com/repos/mgwidmann/slack_coder/stargazers",
        "contributors_url": "https://api.github.com/repos/mgwidmann/slack_coder/contributors",
        "subscribers_url": "https://api.github.com/repos/mgwidmann/slack_coder/subscribers",
        "subscription_url": "https://api.github.com/repos/mgwidmann/slack_coder/subscription",
        "commits_url": "https://api.github.com/repos/mgwidmann/slack_coder/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/mgwidmann/slack_coder/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/mgwidmann/slack_coder/contents/{+path}",
        "compare_url": "https://api.github.com/repos/mgwidmann/slack_coder/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/mgwidmann/slack_coder/merges",
        "archive_url": "https://api.github.com/repos/mgwidmann/slack_coder/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/mgwidmann/slack_coder/downloads",
        "issues_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues{/number}",
        "pulls_url": "https://api.github.com/repos/mgwidmann/slack_coder/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/mgwidmann/slack_coder/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/mgwidmann/slack_coder/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/mgwidmann/slack_coder/labels{/name}",
        "releases_url": "https://api.github.com/repos/mgwidmann/slack_coder/releases{/id}",
        "deployments_url": "https://api.github.com/repos/mgwidmann/slack_coder/deployments",
        "created_at": "2015-09-04T01:15:43Z",
        "updated_at": "2017-09-09T13:44:48Z",
        "pushed_at": "2017-10-13T15:21:43Z",
        "git_url": "git://github.com/mgwidmann/slack_coder.git",
        "ssh_url": "[email protected]:mgwidmann/slack_coder.git",
        "clone_url": "https://github.com/mgwidmann/slack_coder.git",
        "svn_url": "https://github.com/mgwidmann/slack_coder",
        "homepage": "",
        "size": 5698,
        "stargazers_count": 7,
        "watchers_count": 7,
        "language": "Elixir",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 4,
        "mirror_url": null,
        "open_issues_count": 14,
        "forks": 4,
        "open_issues": 14,
        "watchers": 7,
        "default_branch": "master"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/41"
      },
      "html": {
        "href": "https://github.com/mgwidmann/slack_coder/pull/41"
      },
      "issue": {
        "href": "https://api.github.com/repos/mgwidmann/slack_coder/issues/41"
      },
      "comments": {
        "href": "https://api.github.com/repos/mgwidmann/slack_coder/issues/41/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/41/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/mgwidmann/slack_coder/pulls/41/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/mgwidmann/slack_coder/statuses/aedca675cb22c928d7d06dbee009a6ead43974a2"
      }
    },
    "author_association": "COLLABORATOR",
    "merged": false,
    "mergeable": true,
    "rebaseable": false,
    "mergeable_state": "clean",
    "merged_by": null,
    "comments": 0,
    "review_comments": 0,
    "maintainer_can_modify": true,
    "commits": 2,
    "additions": 64,
    "deletions": 3,
    "changed_files": 8
  },
  "requested_reviewer": {
    "login": "mtyeh411",
    "id": 699362,
    "avatar_url": "https://avatars0.githubusercontent.com/u/699362?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/mtyeh411",
    "html_url": "https://github.com/mtyeh411",
    "followers_url": "https://api.github.com/users/mtyeh411/followers",
    "following_url": "https://api.github.com/users/mtyeh411/following{/other_user}",
    "gists_url": "https://api.github.com/users/mtyeh411/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/mtyeh411/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/mtyeh411/subscriptions",
    "organizations_url": "https://api.github.com/users/mtyeh411/orgs",
    "repos_url": "https://api.github.com/users/mtyeh411/repos",
    "events_url": "https://api.github.com/users/mtyeh411/events{/privacy}",
    "received_events_url": "https://api.github.com/users/mtyeh411/received_events",
    "type": "User",
    "site_admin": false
  },
  "repository": {
    "id": 41891819,
    "name": "slack_coder",
    "full_name": "mgwidmann/slack_coder",
    "owner": {
      "login": "mgwidmann",
      "id": 5035724,
      "avatar_url": "https://avatars1.githubusercontent.com/u/5035724?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/mgwidmann",
      "html_url": "https://github.com/mgwidmann",
      "followers_url": "https://api.github.com/users/mgwidmann/followers",
      "following_url": "https://api.github.com/users/mgwidmann/following{/other_user}",
      "gists_url": "https://api.github.com/users/mgwidmann/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/mgwidmann/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/mgwidmann/subscriptions",
      "organizations_url": "https://api.github.com/users/mgwidmann/orgs",
      "repos_url": "https://api.github.com/users/mgwidmann/repos",
      "events_url": "https://api.github.com/users/mgwidmann/events{/privacy}",
      "received_events_url": "https://api.github.com/users/mgwidmann/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/mgwidmann/slack_coder",
    "description": "Slack Bot for watching your Github & CI builds",
    "fork": false,
    "url": "https://api.github.com/repos/mgwidmann/slack_coder",
    "forks_url": "https://api.github.com/repos/mgwidmann/slack_coder/forks",
    "keys_url": "https://api.github.com/repos/mgwidmann/slack_coder/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/mgwidmann/slack_coder/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/mgwidmann/slack_coder/teams",
    "hooks_url": "https://api.github.com/repos/mgwidmann/slack_coder/hooks",
    "issue_events_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues/events{/number}",
    "events_url": "https://api.github.com/repos/mgwidmann/slack_coder/events",
    "assignees_url": "https://api.github.com/repos/mgwidmann/slack_coder/assignees{/user}",
    "branches_url": "https://api.github.com/repos/mgwidmann/slack_coder/branches{/branch}",
    "tags_url": "https://api.github.com/repos/mgwidmann/slack_coder/tags",
    "blobs_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/mgwidmann/slack_coder/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/mgwidmann/slack_coder/languages",
    "stargazers_url": "https://api.github.com/repos/mgwidmann/slack_coder/stargazers",
    "contributors_url": "https://api.github.com/repos/mgwidmann/slack_coder/contributors",
    "subscribers_url": "https://api.github.com/repos/mgwidmann/slack_coder/subscribers",
    "subscription_url": "https://api.github.com/repos/mgwidmann/slack_coder/subscription",
    "commits_url": "https://api.github.com/repos/mgwidmann/slack_coder/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/mgwidmann/slack_coder/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/mgwidmann/slack_coder/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/mgwidmann/slack_coder/contents/{+path}",
    "compare_url": "https://api.github.com/repos/mgwidmann/slack_coder/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/mgwidmann/slack_coder/merges",
    "archive_url": "https://api.github.com/repos/mgwidmann/slack_coder/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/mgwidmann/slack_coder/downloads",
    "issues_url": "https://api.github.com/repos/mgwidmann/slack_coder/issues{/number}",
    "pulls_url": "https://api.github.com/repos/mgwidmann/slack_coder/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/mgwidmann/slack_coder/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/mgwidmann/slack_coder/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/mgwidmann/slack_coder/labels{/name}",
    "releases_url": "https://api.github.com/repos/mgwidmann/slack_coder/releases{/id}",
    "deployments_url": "https://api.github.com/repos/mgwidmann/slack_coder/deployments",
    "created_at": "2015-09-04T01:15:43Z",
    "updated_at": "2017-09-09T13:44:48Z",
    "pushed_at": "2017-10-13T15:21:43Z",
    "git_url": "git://github.com/mgwidmann/slack_coder.git",
    "ssh_url": "[email protected]:mgwidmann/slack_coder.git",
    "clone_url": "https://github.com/mgwidmann/slack_coder.git",
    "svn_url": "https://github.com/mgwidmann/slack_coder",
    "homepage": "",
    "size": 5698,
    "stargazers_count": 7,
    "watchers_count": 7,
    "language": "Elixir",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 4,
    "mirror_url": null,
    "open_issues_count": 14,
    "forks": 4,
    "open_issues": 14,
    "watchers": 7,
    "default_branch": "master"
  },
  "sender": {
    "login": "mgwidmann",
    "id": 5035724,
    "avatar_url": "https://avatars1.githubusercontent.com/u/5035724?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/mgwidmann",
    "html_url": "https://github.com/mgwidmann",
    "followers_url": "https://api.github.com/users/mgwidmann/followers",
    "following_url": "https://api.github.com/users/mgwidmann/following{/other_user}",
    "gists_url": "https://api.github.com/users/mgwidmann/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/mgwidmann/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/mgwidmann/subscriptions",
    "organizations_url": "https://api.github.com/users/mgwidmann/orgs",
    "repos_url": "https://api.github.com/users/mgwidmann/repos",
    "events_url": "https://api.github.com/users/mgwidmann/events{/privacy}",
    "received_events_url": "https://api.github.com/users/mgwidmann/received_events",
    "type": "User",
    "site_admin": false
  }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions