Giter Club home page Giter Club logo

bleenco / abstruse Goto Github PK

View Code? Open in Web Editor NEW
918.0 918.0 104.0 26.93 MB

Abstruse is a free and open-source CI/CD platform that tests your models and code.

Home Page: https://ci.abstruse.app

License: MIT License

TypeScript 30.99% JavaScript 0.22% HTML 14.98% Shell 4.89% Dockerfile 0.20% Makefile 0.52% Go 38.61% Sass 9.59%
cd ci continuous-delivery continuous-deployment continuous-integration continuous-testing docker dockerized server testing

abstruse's People

Contributors

aseliverstov-pinely avatar belsakn avatar benquike avatar bztes avatar chrisjoyce911 avatar comir avatar cooperaj avatar dependabot[bot] avatar elthariel avatar gbluma avatar inkvizitor68sl avatar irmana avatar izak88 avatar jkuri avatar k1r0s avatar mojcacolnik avatar mrcyjanek avatar nzick avatar porsh33 avatar sabrehagen avatar techieshark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

abstruse's Issues

[feat]: build details

  • back to list button
  • build jobs (!)
  • restart button, stop button
  • download log
  • copy feature from terminal (optional)

[feat]: MembershipEvent

MembershipEvent

Triggered when a user is added or removed from a team. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: membership

Example:

{
  "action": "added",
  "scope": "team",
  "member": {
    "login": "kdaigle",
    "id": 2501,
    "avatar_url": "https://avatars.githubusercontent.com/u/2501?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/kdaigle",
    "html_url": "https://github.com/kdaigle",
    "followers_url": "https://api.github.com/users/kdaigle/followers",
    "following_url": "https://api.github.com/users/kdaigle/following{/other_user}",
    "gists_url": "https://api.github.com/users/kdaigle/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/kdaigle/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/kdaigle/subscriptions",
    "organizations_url": "https://api.github.com/users/kdaigle/orgs",
    "repos_url": "https://api.github.com/users/kdaigle/repos",
    "events_url": "https://api.github.com/users/kdaigle/events{/privacy}",
    "received_events_url": "https://api.github.com/users/kdaigle/received_events",
    "type": "User",
    "site_admin": true
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  },
  "team": {
    "name": "Contractors",
    "id": 123456,
    "slug": "contractors",
    "permission": "admin",
    "url": "https://api.github.com/teams/123456",
    "members_url": "https://api.github.com/teams/123456/members{/member}",
    "repositories_url": "https://api.github.com/teams/123456/repos"
  },
  "organization": {
    "login": "baxterandthehackers",
    "id": 7649605,
    "url": "https://api.github.com/orgs/baxterandthehackers",
    "repos_url": "https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url": "https://api.github.com/orgs/baxterandthehackers/events",
    "members_url": "https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url": "https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=2"
  }
}

[feat]: ReleaseEvent

ReleaseEvent

Triggered when a release is published.

Webhook event name: release

Example:

{
  "action": "published",
  "release": {
    "url": "https://api.github.com/repos/baxterthehacker/public-repo/releases/1261438",
    "assets_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases/1261438/assets",
    "upload_url": "https://uploads.github.com/repos/baxterthehacker/public-repo/releases/1261438/assets{?name}",
    "html_url": "https://github.com/baxterthehacker/public-repo/releases/tag/0.0.1",
    "id": 1261438,
    "tag_name": "0.0.1",
    "target_commitish": "master",
    "name": null,
    "draft": false,
    "author": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "prerelease": false,
    "created_at": "2015-05-05T23:40:12Z",
    "published_at": "2015-05-05T23:40:38Z",
    "assets": [

    ],
    "tarball_url": "https://api.github.com/repos/baxterthehacker/public-repo/tarball/0.0.1",
    "zipball_url": "https://api.github.com/repos/baxterthehacker/public-repo/zipball/0.0.1",
    "body": null
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:38Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: OrganizationEvent

OrganizationEvent

Triggered when a user is added, removed, or invited to an Organization. Events of this type are not visible in timelines. These events are only used to trigger organization hooks.

Webhook event name: organization

Example:

{
  "action": "member_invited",
  "invitation": {
    "id": 3294302,
    "login": "baxterthehacker",
    "email": null,
    "role": "direct_member"
  },
  "membership": {
    "url": "https://api.github.com/orgs/baxterandthehackers/memberships/baxterthehacker",
    "state": "active",
    "role": "member",
    "organization_url": "https://api.github.com/orgs/baxterandthehackers",
    "user": {
      "login": "baxterthehacker",
      "id": 7649605,
      "avatar_url": "https://avatars.githubusercontent.com/u/17085448?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    }
  },
  "organization": {
    "login": "baxterandthehackers",
    "id": 4312013,
    "url": "https://api.github.com/orgs/baxterandthehackers",
    "repos_url": "https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url": "https://api.github.com/orgs/baxterandthehackers/events",
    "hooks_url": "https://api.github.com/orgs/baxterandthehackers/hooks",
    "issues_url": "https://api.github.com/orgs/baxterandthehackers/issues",
    "members_url": "https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url": "https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/4312013?v=3",
    "description": ""
  },
  "sender":{
    "login":"baxterthehacker",
    "id":7649605,
    "avatar_url":"https://avatars.githubusercontent.com/u/7649605?v=3",
    "gravatar_id":"",
    "url":"https://api.github.com/users/baxterthehacker",
    "html_url":"https://github.com/baxterthehacker",
    "followers_url":"https://api.github.com/users/baxterthehacker/followers",
    "following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url":"https://api.github.com/users/baxterthehacker/orgs",
    "repos_url":"https://api.github.com/users/baxterthehacker/repos",
    "events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url":"https://api.github.com/users/baxterthehacker/received_events",
    "type":"User",
    "site_admin":true
  }
}

[feat]: ProjectCardEvent

ProjectCardEvent

Triggered when a project card is created, updated, moved, converted to an issue, or deleted.

Webhook event name: project_card

Example:

{
  "action": "created",
  "project_card": {
    "url": "https://api.github.com/projects/columns/cards/1266091",
    "column_url": "https://api.github.com/projects/columns/515520",
    "column_id": 515520,
    "id": 1266091,
    "note": null,
    "creator": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "created_at": 1483569391,
    "updated_at": 1483569391,
    "content_url":  "https://api.github.com/repos/baxterthehacker/public-repo/issues/2"
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:12Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "organization": {
    "login": "baxterandthehackers",
    "id": 7649605,
    "url": "https://api.github.com/orgs/baxterandthehackers",
    "repos_url": "https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url": "https://api.github.com/orgs/baxterandthehackers/events",
    "members_url": "https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url": "https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=2"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: ProjectEvent

ProjectEvent

Triggered when a project is created, updated, closed, reopened, or deleted.

Webhook event name: project

Example:

{
  "action": "created",
  "project": {
    "owner_url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "url": "https://api.github.com/projects/288065",
    "columns_url": "https://api.github.com/projects/288065/columns",
    "id": 288065,
    "name": "2017",
    "body": "Roadmap for work to be done in 2017",
    "number": 10,
    "state": "open",
    "creator": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "created_at": 1483567089,
    "updated_at": 1483567089
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:12Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "organization": {
    "login": "baxterandthehackers",
    "id": 7649605,
    "url": "https://api.github.com/orgs/baxterandthehackers",
    "repos_url": "https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url": "https://api.github.com/orgs/baxterandthehackers/events",
    "members_url": "https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url": "https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=2"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: repositories

  • ability to change default branch
  • change branch directly from list
  • actions button - settings,
  • make notification if adding same repository multiple times
  • make never-runned builds on top of the list
  • my repositories / all repositories that I have access to
  • live status of builds running on the list
  • search in header of my repositories / all repositories
  • pagination

[feat]: TeamAddEvent

TeamAddEvent

Triggered when a repository is added to a team. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: team_add

Example:

{
  "team": {
    "name": "github",
    "id": 836012,
    "slug": "github",
    "description": "",
    "permission": "pull",
    "url": "https://api.github.com/teams/836012",
    "members_url": "https://api.github.com/teams/836012/members{/member}",
    "repositories_url": "https://api.github.com/teams/836012/repos"
  },
  "repository": {
    "id": 35129393,
    "name": "public-repo",
    "full_name": "baxterandthehackers/public-repo",
    "owner": {
      "login": "baxterandthehackers",
      "id": 7649605,
      "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterandthehackers",
      "html_url": "https://github.com/baxterandthehackers",
      "followers_url": "https://api.github.com/users/baxterandthehackers/followers",
      "following_url": "https://api.github.com/users/baxterandthehackers/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterandthehackers/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterandthehackers/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterandthehackers/orgs",
      "repos_url": "https://api.github.com/users/baxterandthehackers/repos",
      "events_url": "https://api.github.com/users/baxterandthehackers/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterandthehackers/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterandthehackers/public-repo",
    "description": "",
    "fork": true,
    "url": "https://api.github.com/repos/baxterandthehackers/public-repo",
    "forks_url": "https://api.github.com/repos/baxterandthehackers/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterandthehackers/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterandthehackers/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterandthehackers/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterandthehackers/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterandthehackers/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterandthehackers/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterandthehackers/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterandthehackers/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterandthehackers/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterandthehackers/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterandthehackers/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterandthehackers/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterandthehackers/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterandthehackers/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterandthehackers/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterandthehackers/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterandthehackers/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterandthehackers/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterandthehackers/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterandthehackers/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterandthehackers/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterandthehackers/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterandthehackers/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterandthehackers/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterandthehackers/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterandthehackers/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:30Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterandthehackers/public-repo.git",
    "ssh_url": "[email protected]:baxterandthehackers/public-repo.git",
    "clone_url": "https://github.com/baxterandthehackers/public-repo.git",
    "svn_url": "https://github.com/baxterandthehackers/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  "organization": {
    "login": "baxterandthehackers",
    "id": 7649605,
    "url": "https://api.github.com/orgs/baxterandthehackers",
    "repos_url": "https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url": "https://api.github.com/orgs/baxterandthehackers/events",
    "members_url": "https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url": "https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=3",
    "description": null
  },
  "sender": {
    "login": "baxterandthehackers",
    "id": 7649605,
    "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterandthehackers",
    "html_url": "https://github.com/baxterandthehackers",
    "followers_url": "https://api.github.com/users/baxterandthehackers/followers",
    "following_url": "https://api.github.com/users/baxterandthehackers/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterandthehackers/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterandthehackers/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterandthehackers/orgs",
    "repos_url": "https://api.github.com/users/baxterandthehackers/repos",
    "events_url": "https://api.github.com/users/baxterandthehackers/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterandthehackers/received_events",
    "type": "Organization",
    "site_admin": false
  }
}

[feat]: ProjectColumnEvent

ProjectColumnEvent

Triggered when a project column is created, updated, moved, or deleted.

Webhook event name: project_column

Example:

{
  "action": "created",
  "project_column": {
    "url": "https://api.github.com/projects/columns/515520",
    "project_url": "https://api.github.com/projects/288065",
    "cards_url": "https://api.github.com/projects/columns/515520/cards",
    "id": 515520,
    "name": "High Priority",
    "created_at": 1483569138,
    "updated_at": 1483569138
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:12Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "organization": {
    "login": "baxterandthehackers",
    "id": 7649605,
    "url": "https://api.github.com/orgs/baxterandthehackers",
    "repos_url": "https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url": "https://api.github.com/orgs/baxterandthehackers/events",
    "members_url": "https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url": "https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=2"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: DeleteEvent

DeleteEvent

Represents a deleted branch or tag.

Webhook event name: delete

Example:

{
  "ref": "simple-tag",
  "ref_type": "tag",
  "pusher_type": "user",
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:40Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: LabelEvent

LabelEvent

Triggered when a repository's label is created, edited, or deleted. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: label

Example:

{
  "action":"created",
  "label":{
    "url":"https://api.github.com/repos/baxterandthehackers/public-repo/labels/blocked",
    "name":"blocked",
    "color":"ff0000"
  },
  "repository":{
    "id":67075329,
    "name":"public-repo",
    "full_name":"baxterandthehackers/public-repo",
    "owner":{
      "login":"baxterandthehackers",
      "id":4312013,
      "avatar_url":"https://avatars.githubusercontent.com/u/4312013?v=3",
      "gravatar_id":"",
      "url":"https://api.github.com/users/baxterandthehackers",
      "html_url":"https://github.com/baxterandthehackers",
      "followers_url":"https://api.github.com/users/baxterandthehackers/followers",
      "following_url":"https://api.github.com/users/baxterandthehackers/following{/other_user}",
      "gists_url":"https://api.github.com/users/baxterandthehackers/gists{/gist_id}",
      "starred_url":"https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}",
      "subscriptions_url":"https://api.github.com/users/baxterandthehackers/subscriptions",
      "organizations_url":"https://api.github.com/users/baxterandthehackers/orgs",
      "repos_url":"https://api.github.com/users/baxterandthehackers/repos",
      "events_url":"https://api.github.com/users/baxterandthehackers/events{/privacy}",
      "received_events_url":"https://api.github.com/users/baxterandthehackers/received_events",
      "type":"Organization",
      "site_admin":false
    },
    "private":true,
    "html_url":"https://github.com/baxterandthehackers/public-repo",
    "description":null,
    "fork":false,
    "url":"https://api.github.com/repos/baxterandthehackers/public-repo",
    "forks_url":"https://api.github.com/repos/baxterandthehackers/public-repo/forks",
    "keys_url":"https://api.github.com/repos/baxterandthehackers/public-repo/keys{/key_id}",
    "collaborators_url":"https://api.github.com/repos/baxterandthehackers/public-repo/collaborators{/collaborator}",
    "teams_url":"https://api.github.com/repos/baxterandthehackers/public-repo/teams",
    "hooks_url":"https://api.github.com/repos/baxterandthehackers/public-repo/hooks",
    "issue_events_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues/events{/number}",
    "events_url":"https://api.github.com/repos/baxterandthehackers/public-repo/events",
    "assignees_url":"https://api.github.com/repos/baxterandthehackers/public-repo/assignees{/user}",
    "branches_url":"https://api.github.com/repos/baxterandthehackers/public-repo/branches{/branch}",
    "tags_url":"https://api.github.com/repos/baxterandthehackers/public-repo/tags",
    "blobs_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/blobs{/sha}",
    "git_tags_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/tags{/sha}",
    "git_refs_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/refs{/sha}",
    "trees_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/trees{/sha}",
    "statuses_url":"https://api.github.com/repos/baxterandthehackers/public-repo/statuses/{sha}",
    "languages_url":"https://api.github.com/repos/baxterandthehackers/public-repo/languages",
    "stargazers_url":"https://api.github.com/repos/baxterandthehackers/public-repo/stargazers",
    "contributors_url":"https://api.github.com/repos/baxterandthehackers/public-repo/contributors",
    "subscribers_url":"https://api.github.com/repos/baxterandthehackers/public-repo/subscribers",
    "subscription_url":"https://api.github.com/repos/baxterandthehackers/public-repo/subscription",
    "commits_url":"https://api.github.com/repos/baxterandthehackers/public-repo/commits{/sha}",
    "git_commits_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/commits{/sha}",
    "comments_url":"https://api.github.com/repos/baxterandthehackers/public-repo/comments{/number}",
    "issue_comment_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues/comments{/number}",
    "contents_url":"https://api.github.com/repos/baxterandthehackers/public-repo/contents/{+path}",
    "compare_url":"https://api.github.com/repos/baxterandthehackers/public-repo/compare/{base}...{head}",
    "merges_url":"https://api.github.com/repos/baxterandthehackers/public-repo/merges",
    "archive_url":"https://api.github.com/repos/baxterandthehackers/public-repo/{archive_format}{/ref}",
    "downloads_url":"https://api.github.com/repos/baxterandthehackers/public-repo/downloads",
    "issues_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues{/number}",
    "pulls_url":"https://api.github.com/repos/baxterandthehackers/public-repo/pulls{/number}",
    "milestones_url":"https://api.github.com/repos/baxterandthehackers/public-repo/milestones{/number}",
    "notifications_url":"https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}",
    "labels_url":"https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}",
    "releases_url":"https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}",
    "deployments_url":"https://api.github.com/repos/baxterandthehackers/public-repo/deployments",
    "created_at":"2016-08-31T21:38:51Z",
    "updated_at":"2016-08-31T21:38:51Z",
    "pushed_at":"2016-08-31T21:38:51Z",
    "git_url":"git://github.com/baxterandthehackers/public-repo.git",
    "ssh_url":"[email protected]:baxterandthehackers/public-repo.git",
    "clone_url":"https://github.com/baxterandthehackers/public-repo.git",
    "svn_url":"https://github.com/baxterandthehackers/public-repo",
    "homepage":null,
    "size":0,
    "stargazers_count":0,
    "watchers_count":0,
    "language":null,
    "has_issues":true,
    "has_downloads":true,
    "has_wiki":true,
    "has_pages":false,
    "forks_count":0,
    "mirror_url":null,
    "open_issues_count":2,
    "forks":0,
    "open_issues":2,
    "watchers":0,
    "default_branch":"master"
  },
  "organization":{
    "login":"baxterandthehackers",
    "id":4312013,
    "url":"https://api.github.com/orgs/baxterandthehackers",
    "repos_url":"https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url":"https://api.github.com/orgs/baxterandthehackers/events",
    "hooks_url":"https://api.github.com/orgs/baxterandthehackers/hooks",
    "issues_url":"https://api.github.com/orgs/baxterandthehackers/issues",
    "members_url":"https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url":"https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url":"https://avatars.githubusercontent.com/u/4312013?v=3",
    "description":""
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[improvement] Console output

  • disable expanding when there is no output text within command, i.e. making it grey and disabled
  • indicate which commands are being successfully executed by coloring them in yellow when they are in the process, red when they fail, and green when they are executed successfully
  • disable auto scrolling to the bottom when executing a new command if you are manually scrolling up... when user scrolls again to the end of console output auto scrolling works again

[feat]: CommitCommentEvent

CommitCommentEvent

Triggered when a commit comment is created.

Webhook event name: commit_comment

Example:

{
  "action": "created",
  "comment": {
    "url": "https://api.github.com/repos/Izak88/bterm/comments/23310071",
    "html_url": "https://github.com/Izak88/bterm/commit/f5971ce427ea5d5e6551cdad5154818b0d75065d#commitcomment-23310071",
    "id": 23310071,
    "user": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "position": null,
    "line": null,
    "path": null,
    "commit_id": "f5971ce427ea5d5e6551cdad5154818b0d75065d",
    "created_at": "2017-07-26T12:18:49Z",
    "updated_at": "2017-07-26T12:18:49Z",
    "body": "test comment on commit"
  },
  "repository": {
    "id": 87624588,
    "name": "bterm",
    "full_name": "Izak88/bterm",
    "owner": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/Izak88/bterm",
    "description": "Cross-platform terminal emulator",
    "fork": true,
    "url": "https://api.github.com/repos/Izak88/bterm",
    "forks_url": "https://api.github.com/repos/Izak88/bterm/forks",
    "keys_url": "https://api.github.com/repos/Izak88/bterm/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/Izak88/bterm/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/Izak88/bterm/teams",
    "hooks_url": "https://api.github.com/repos/Izak88/bterm/hooks",
    "issue_events_url": "https://api.github.com/repos/Izak88/bterm/issues/events{/number}",
    "events_url": "https://api.github.com/repos/Izak88/bterm/events",
    "assignees_url": "https://api.github.com/repos/Izak88/bterm/assignees{/user}",
    "branches_url": "https://api.github.com/repos/Izak88/bterm/branches{/branch}",
    "tags_url": "https://api.github.com/repos/Izak88/bterm/tags",
    "blobs_url": "https://api.github.com/repos/Izak88/bterm/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/Izak88/bterm/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/Izak88/bterm/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/Izak88/bterm/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/Izak88/bterm/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/Izak88/bterm/languages",
    "stargazers_url": "https://api.github.com/repos/Izak88/bterm/stargazers",
    "contributors_url": "https://api.github.com/repos/Izak88/bterm/contributors",
    "subscribers_url": "https://api.github.com/repos/Izak88/bterm/subscribers",
    "subscription_url": "https://api.github.com/repos/Izak88/bterm/subscription",
    "commits_url": "https://api.github.com/repos/Izak88/bterm/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/Izak88/bterm/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/Izak88/bterm/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/Izak88/bterm/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/Izak88/bterm/contents/{+path}",
    "compare_url": "https://api.github.com/repos/Izak88/bterm/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/Izak88/bterm/merges",
    "archive_url": "https://api.github.com/repos/Izak88/bterm/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/Izak88/bterm/downloads",
    "issues_url": "https://api.github.com/repos/Izak88/bterm/issues{/number}",
    "pulls_url": "https://api.github.com/repos/Izak88/bterm/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/Izak88/bterm/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/Izak88/bterm/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/Izak88/bterm/labels{/name}",
    "releases_url": "https://api.github.com/repos/Izak88/bterm/releases{/id}",
    "deployments_url": "https://api.github.com/repos/Izak88/bterm/deployments",
    "created_at": "2017-04-08T10:01:15Z",
    "updated_at": "2017-04-08T10:01:17Z",
    "pushed_at": "2017-07-26T12:13:33Z",
    "git_url": "git://github.com/Izak88/bterm.git",
    "ssh_url": "[email protected]:Izak88/bterm.git",
    "clone_url": "https://github.com/Izak88/bterm.git",
    "svn_url": "https://github.com/Izak88/bterm",
    "homepage": "http://bterm.bleenco.io",
    "size": 685,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "TypeScript",
    "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"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: PullRequestReviewCommentEvent

PullRequestReviewCommentEvent

Triggered when a comment on a pull request's unified diff is created, edited, or deleted (in the Files Changed tab).

Webhook event name: pull_request_review_comment

Example:

{
  "action": "edited",
  "review": {
    "id": 52319170,
    "user": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": null,
    "commit_id": "968d81824597bbaebad9bd22e0d15fb4e04d2077",
    "submitted_at": null,
    "state": "pending",
    "html_url": "https://github.com/bleenco/morose/pull/87#pullrequestreview-52319170",
    "pull_request_url": "https://api.github.com/repos/bleenco/morose/pulls/87",
    "_links": {
      "html": {
        "href": "https://github.com/bleenco/morose/pull/87#pullrequestreview-52319170"
      },
      "pull_request": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/87"
      }
    }
  },
  "pull_request": {
    "url": "https://api.github.com/repos/bleenco/morose/pulls/87",
    "id": 132454396,
    "html_url": "https://github.com/bleenco/morose/pull/87",
    "diff_url": "https://github.com/bleenco/morose/pull/87.diff",
    "patch_url": "https://github.com/bleenco/morose/pull/87.patch",
    "issue_url": "https://api.github.com/repos/bleenco/morose/issues/87",
    "number": 87,
    "state": "open",
    "locked": false,
    "title": "test",
    "user": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": "",
    "created_at": "2017-07-26T08:09:26Z",
    "updated_at": "2017-07-26T10:37:50Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "c8e9fe9f8838d552fd3a8bd4a164c1edae59efc6",
    "assignee": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "assignees": [
      {
        "login": "Izak88",
        "id": 8555269,
        "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Izak88",
        "html_url": "https://github.com/Izak88",
        "followers_url": "https://api.github.com/users/Izak88/followers",
        "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
        "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
        "organizations_url": "https://api.github.com/users/Izak88/orgs",
        "repos_url": "https://api.github.com/users/Izak88/repos",
        "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
        "received_events_url": "https://api.github.com/users/Izak88/received_events",
        "type": "User",
        "site_admin": false
      }
    ],
    "requested_reviewers": [

    ],
    "milestone": null,
    "commits_url": "https://api.github.com/repos/bleenco/morose/pulls/87/commits",
    "review_comments_url": "https://api.github.com/repos/bleenco/morose/pulls/87/comments",
    "review_comment_url": "https://api.github.com/repos/bleenco/morose/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/bleenco/morose/issues/87/comments",
    "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/968d81824597bbaebad9bd22e0d15fb4e04d2077",
    "head": {
      "label": "Izak88:master",
      "ref": "master",
      "sha": "968d81824597bbaebad9bd22e0d15fb4e04d2077",
      "user": {
        "login": "Izak88",
        "id": 8555269,
        "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Izak88",
        "html_url": "https://github.com/Izak88",
        "followers_url": "https://api.github.com/users/Izak88/followers",
        "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
        "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
        "organizations_url": "https://api.github.com/users/Izak88/orgs",
        "repos_url": "https://api.github.com/users/Izak88/repos",
        "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
        "received_events_url": "https://api.github.com/users/Izak88/received_events",
        "type": "User",
        "site_admin": false
      },
      "repo": {
        "id": 86796312,
        "name": "morose",
        "full_name": "Izak88/morose",
        "owner": {
          "login": "Izak88",
          "id": 8555269,
          "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Izak88",
          "html_url": "https://github.com/Izak88",
          "followers_url": "https://api.github.com/users/Izak88/followers",
          "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
          "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
          "organizations_url": "https://api.github.com/users/Izak88/orgs",
          "repos_url": "https://api.github.com/users/Izak88/repos",
          "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
          "received_events_url": "https://api.github.com/users/Izak88/received_events",
          "type": "User",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/Izak88/morose",
        "description": "๐Ÿ“ฆ npm private registry and proxy server",
        "fork": true,
        "url": "https://api.github.com/repos/Izak88/morose",
        "forks_url": "https://api.github.com/repos/Izak88/morose/forks",
        "keys_url": "https://api.github.com/repos/Izak88/morose/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/Izak88/morose/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/Izak88/morose/teams",
        "hooks_url": "https://api.github.com/repos/Izak88/morose/hooks",
        "issue_events_url": "https://api.github.com/repos/Izak88/morose/issues/events{/number}",
        "events_url": "https://api.github.com/repos/Izak88/morose/events",
        "assignees_url": "https://api.github.com/repos/Izak88/morose/assignees{/user}",
        "branches_url": "https://api.github.com/repos/Izak88/morose/branches{/branch}",
        "tags_url": "https://api.github.com/repos/Izak88/morose/tags",
        "blobs_url": "https://api.github.com/repos/Izak88/morose/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/Izak88/morose/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/Izak88/morose/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/Izak88/morose/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/Izak88/morose/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/Izak88/morose/languages",
        "stargazers_url": "https://api.github.com/repos/Izak88/morose/stargazers",
        "contributors_url": "https://api.github.com/repos/Izak88/morose/contributors",
        "subscribers_url": "https://api.github.com/repos/Izak88/morose/subscribers",
        "subscription_url": "https://api.github.com/repos/Izak88/morose/subscription",
        "commits_url": "https://api.github.com/repos/Izak88/morose/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/Izak88/morose/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/Izak88/morose/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/Izak88/morose/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/Izak88/morose/contents/{+path}",
        "compare_url": "https://api.github.com/repos/Izak88/morose/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/Izak88/morose/merges",
        "archive_url": "https://api.github.com/repos/Izak88/morose/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/Izak88/morose/downloads",
        "issues_url": "https://api.github.com/repos/Izak88/morose/issues{/number}",
        "pulls_url": "https://api.github.com/repos/Izak88/morose/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/Izak88/morose/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/Izak88/morose/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/Izak88/morose/labels{/name}",
        "releases_url": "https://api.github.com/repos/Izak88/morose/releases{/id}",
        "deployments_url": "https://api.github.com/repos/Izak88/morose/deployments",
        "created_at": "2017-03-31T08:26:33Z",
        "updated_at": "2017-03-31T08:26:35Z",
        "pushed_at": "2017-07-26T08:08:54Z",
        "git_url": "git://github.com/Izak88/morose.git",
        "ssh_url": "[email protected]:Izak88/morose.git",
        "clone_url": "https://github.com/Izak88/morose.git",
        "svn_url": "https://github.com/Izak88/morose",
        "homepage": "",
        "size": 1991,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "TypeScript",
        "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": "bleenco:master",
      "ref": "master",
      "sha": "1ced7484acaeeb479f2ecb838446b3dfade41abb",
      "user": {
        "login": "bleenco",
        "id": 26046537,
        "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/bleenco",
        "html_url": "https://github.com/bleenco",
        "followers_url": "https://api.github.com/users/bleenco/followers",
        "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
        "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
        "organizations_url": "https://api.github.com/users/bleenco/orgs",
        "repos_url": "https://api.github.com/users/bleenco/repos",
        "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
        "received_events_url": "https://api.github.com/users/bleenco/received_events",
        "type": "Organization",
        "site_admin": false
      },
      "repo": {
        "id": 72294758,
        "name": "morose",
        "full_name": "bleenco/morose",
        "owner": {
          "login": "bleenco",
          "id": 26046537,
          "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/bleenco",
          "html_url": "https://github.com/bleenco",
          "followers_url": "https://api.github.com/users/bleenco/followers",
          "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
          "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
          "organizations_url": "https://api.github.com/users/bleenco/orgs",
          "repos_url": "https://api.github.com/users/bleenco/repos",
          "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
          "received_events_url": "https://api.github.com/users/bleenco/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/bleenco/morose",
        "description": "๐Ÿ“ฆ  private npm repository and/or proxy server for npmjs.org",
        "fork": false,
        "url": "https://api.github.com/repos/bleenco/morose",
        "forks_url": "https://api.github.com/repos/bleenco/morose/forks",
        "keys_url": "https://api.github.com/repos/bleenco/morose/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/bleenco/morose/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/bleenco/morose/teams",
        "hooks_url": "https://api.github.com/repos/bleenco/morose/hooks",
        "issue_events_url": "https://api.github.com/repos/bleenco/morose/issues/events{/number}",
        "events_url": "https://api.github.com/repos/bleenco/morose/events",
        "assignees_url": "https://api.github.com/repos/bleenco/morose/assignees{/user}",
        "branches_url": "https://api.github.com/repos/bleenco/morose/branches{/branch}",
        "tags_url": "https://api.github.com/repos/bleenco/morose/tags",
        "blobs_url": "https://api.github.com/repos/bleenco/morose/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/bleenco/morose/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/bleenco/morose/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/bleenco/morose/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/bleenco/morose/languages",
        "stargazers_url": "https://api.github.com/repos/bleenco/morose/stargazers",
        "contributors_url": "https://api.github.com/repos/bleenco/morose/contributors",
        "subscribers_url": "https://api.github.com/repos/bleenco/morose/subscribers",
        "subscription_url": "https://api.github.com/repos/bleenco/morose/subscription",
        "commits_url": "https://api.github.com/repos/bleenco/morose/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/bleenco/morose/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/bleenco/morose/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/bleenco/morose/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/bleenco/morose/contents/{+path}",
        "compare_url": "https://api.github.com/repos/bleenco/morose/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/bleenco/morose/merges",
        "archive_url": "https://api.github.com/repos/bleenco/morose/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/bleenco/morose/downloads",
        "issues_url": "https://api.github.com/repos/bleenco/morose/issues{/number}",
        "pulls_url": "https://api.github.com/repos/bleenco/morose/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/bleenco/morose/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/bleenco/morose/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/bleenco/morose/labels{/name}",
        "releases_url": "https://api.github.com/repos/bleenco/morose/releases{/id}",
        "deployments_url": "https://api.github.com/repos/bleenco/morose/deployments",
        "created_at": "2016-10-29T16:02:28Z",
        "updated_at": "2017-06-23T00:20:33Z",
        "pushed_at": "2017-07-26T08:09:27Z",
        "git_url": "git://github.com/bleenco/morose.git",
        "ssh_url": "[email protected]:bleenco/morose.git",
        "clone_url": "https://github.com/bleenco/morose.git",
        "svn_url": "https://github.com/bleenco/morose",
        "homepage": "https://morose.bleenco.io",
        "size": 1990,
        "stargazers_count": 12,
        "watchers_count": 12,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 3,
        "mirror_url": null,
        "open_issues_count": 2,
        "forks": 3,
        "open_issues": 2,
        "watchers": 12,
        "default_branch": "master"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/87"
      },
      "html": {
        "href": "https://github.com/bleenco/morose/pull/87"
      },
      "issue": {
        "href": "https://api.github.com/repos/bleenco/morose/issues/87"
      },
      "comments": {
        "href": "https://api.github.com/repos/bleenco/morose/issues/87/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/87/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/87/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/bleenco/morose/statuses/968d81824597bbaebad9bd22e0d15fb4e04d2077"
      }
    }
  },
  "changes": {

  },
  "repository": {
    "id": 72294758,
    "name": "morose",
    "full_name": "bleenco/morose",
    "owner": {
      "login": "bleenco",
      "id": 26046537,
      "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/bleenco",
      "html_url": "https://github.com/bleenco",
      "followers_url": "https://api.github.com/users/bleenco/followers",
      "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
      "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
      "organizations_url": "https://api.github.com/users/bleenco/orgs",
      "repos_url": "https://api.github.com/users/bleenco/repos",
      "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
      "received_events_url": "https://api.github.com/users/bleenco/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/bleenco/morose",
    "description": "๐Ÿ“ฆ  private npm repository and/or proxy server for npmjs.org",
    "fork": false,
    "url": "https://api.github.com/repos/bleenco/morose",
    "forks_url": "https://api.github.com/repos/bleenco/morose/forks",
    "keys_url": "https://api.github.com/repos/bleenco/morose/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/bleenco/morose/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/bleenco/morose/teams",
    "hooks_url": "https://api.github.com/repos/bleenco/morose/hooks",
    "issue_events_url": "https://api.github.com/repos/bleenco/morose/issues/events{/number}",
    "events_url": "https://api.github.com/repos/bleenco/morose/events",
    "assignees_url": "https://api.github.com/repos/bleenco/morose/assignees{/user}",
    "branches_url": "https://api.github.com/repos/bleenco/morose/branches{/branch}",
    "tags_url": "https://api.github.com/repos/bleenco/morose/tags",
    "blobs_url": "https://api.github.com/repos/bleenco/morose/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/bleenco/morose/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/bleenco/morose/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/bleenco/morose/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/bleenco/morose/languages",
    "stargazers_url": "https://api.github.com/repos/bleenco/morose/stargazers",
    "contributors_url": "https://api.github.com/repos/bleenco/morose/contributors",
    "subscribers_url": "https://api.github.com/repos/bleenco/morose/subscribers",
    "subscription_url": "https://api.github.com/repos/bleenco/morose/subscription",
    "commits_url": "https://api.github.com/repos/bleenco/morose/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/bleenco/morose/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/bleenco/morose/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/bleenco/morose/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/bleenco/morose/contents/{+path}",
    "compare_url": "https://api.github.com/repos/bleenco/morose/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/bleenco/morose/merges",
    "archive_url": "https://api.github.com/repos/bleenco/morose/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/bleenco/morose/downloads",
    "issues_url": "https://api.github.com/repos/bleenco/morose/issues{/number}",
    "pulls_url": "https://api.github.com/repos/bleenco/morose/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/bleenco/morose/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/bleenco/morose/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/bleenco/morose/labels{/name}",
    "releases_url": "https://api.github.com/repos/bleenco/morose/releases{/id}",
    "deployments_url": "https://api.github.com/repos/bleenco/morose/deployments",
    "created_at": "2016-10-29T16:02:28Z",
    "updated_at": "2017-06-23T00:20:33Z",
    "pushed_at": "2017-07-26T08:09:27Z",
    "git_url": "git://github.com/bleenco/morose.git",
    "ssh_url": "[email protected]:bleenco/morose.git",
    "clone_url": "https://github.com/bleenco/morose.git",
    "svn_url": "https://github.com/bleenco/morose",
    "homepage": "https://morose.bleenco.io",
    "size": 1990,
    "stargazers_count": 12,
    "watchers_count": 12,
    "language": "TypeScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 3,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 3,
    "open_issues": 2,
    "watchers": 12,
    "default_branch": "master"
  },
  "organization": {
    "login": "bleenco",
    "id": 26046537,
    "url": "https://api.github.com/orgs/bleenco",
    "repos_url": "https://api.github.com/orgs/bleenco/repos",
    "events_url": "https://api.github.com/orgs/bleenco/events",
    "hooks_url": "https://api.github.com/orgs/bleenco/hooks",
    "issues_url": "https://api.github.com/orgs/bleenco/issues",
    "members_url": "https://api.github.com/orgs/bleenco/members{/member}",
    "public_members_url": "https://api.github.com/orgs/bleenco/public_members{/member}",
    "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
    "description": ""
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: OrgBlockEvent

OrgBlockEvent

Triggered when an organization blocks or unblocks a user.

Webhook event name: org_block

Example:

{
  "action": "blocked",
  "blocked_user": {
    "login": "octocat",
    "id": 583231,
    "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/octocat",
    "html_url": "https://github.com/octocat",
    "followers_url": "https://api.github.com/users/octocat/followers",
    "following_url": "https://api.github.com/users/octocat/following{/other_user}",
    "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
    "organizations_url": "https://api.github.com/users/octocat/orgs",
    "repos_url": "https://api.github.com/users/octocat/repos",
    "events_url": "https://api.github.com/users/octocat/events{/privacy}",
    "received_events_url": "https://api.github.com/users/octocat/received_events",
    "type": "User",
    "site_admin": false
  },
  "organization": {
    "login": "github",
    "id": 4366038,
    "url": "https://api.github.com/orgs/github",
    "repos_url": "https://api.github.com/orgs/github/repos",
    "events_url": "https://api.github.com/orgs/github/events",
    "hooks_url": "https://api.github.com/orgs/github/hooks",
    "issues_url": "https://api.github.com/orgs/github/issues",
    "members_url": "https://api.github.com/orgs/github/members{/member}",
    "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/4366038?v=3",
    "description": ""
  },
  "sender": {
    "login": "octodocs",
    "id": 25781999,
    "avatar_url": "https://avatars.githubusercontent.com/u/25781999?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/octodocs",
    "html_url": "https://github.com/octodocs",
    "followers_url": "https://api.github.com/users/octodocs/followers",
    "following_url": "https://api.github.com/users/octodocs/following{/other_user}",
    "gists_url": "https://api.github.com/users/octodocs/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/octodocs/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/octodocs/subscriptions",
    "organizations_url": "https://api.github.com/users/octodocs/orgs",
    "repos_url": "https://api.github.com/users/octodocs/repos",
    "events_url": "https://api.github.com/users/octodocs/events{/privacy}",
    "received_events_url": "https://api.github.com/users/octodocs/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: ForkEvent

ForkEvent

Triggered when a user forks a repository.

Webhook event name: fork

Example:

{
  "forkee": {
    "id": 35129393,
    "name": "public-repo",
    "full_name": "baxterandthehackers/public-repo",
    "owner": {
      "login": "baxterandthehackers",
      "id": 7649605,
      "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterandthehackers",
      "html_url": "https://github.com/baxterandthehackers",
      "followers_url": "https://api.github.com/users/baxterandthehackers/followers",
      "following_url": "https://api.github.com/users/baxterandthehackers/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterandthehackers/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterandthehackers/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterandthehackers/orgs",
      "repos_url": "https://api.github.com/users/baxterandthehackers/repos",
      "events_url": "https://api.github.com/users/baxterandthehackers/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterandthehackers/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterandthehackers/public-repo",
    "description": "",
    "fork": true,
    "url": "https://api.github.com/repos/baxterandthehackers/public-repo",
    "forks_url": "https://api.github.com/repos/baxterandthehackers/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterandthehackers/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterandthehackers/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterandthehackers/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterandthehackers/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterandthehackers/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterandthehackers/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterandthehackers/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterandthehackers/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterandthehackers/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterandthehackers/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterandthehackers/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterandthehackers/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterandthehackers/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterandthehackers/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterandthehackers/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterandthehackers/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterandthehackers/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterandthehackers/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterandthehackers/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterandthehackers/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterandthehackers/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterandthehackers/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterandthehackers/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterandthehackers/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterandthehackers/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterandthehackers/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterandthehackers/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:30Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterandthehackers/public-repo.git",
    "ssh_url": "[email protected]:baxterandthehackers/public-repo.git",
    "clone_url": "https://github.com/baxterandthehackers/public-repo.git",
    "svn_url": "https://github.com/baxterandthehackers/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master",
    "public": true
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 1,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 1,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: InstallationEvent

InstallationEvent

Triggered when a GitHub App has been installed or uninstalled.

Webhook event name: installation

Example:

{
  "action": "deleted",
  "installation": {
    "id": 2,
    "account": {
      "login": "octocat",
      "id": 1,
      "avatar_url": "https://github.com/images/error/octocat_happy.gif",
      "gravatar_id": "",
      "url": "https://api.github.com/users/octocat",
      "html_url": "https://github.com/octocat",
      "followers_url": "https://api.github.com/users/octocat/followers",
      "following_url": "https://api.github.com/users/octocat/following{/other_user}",
      "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
      "organizations_url": "https://api.github.com/users/octocat/orgs",
      "repos_url": "https://api.github.com/users/octocat/repos",
      "events_url": "https://api.github.com/users/octocat/events{/privacy}",
      "received_events_url": "https://api.github.com/users/octocat/received_events",
      "type": "User",
      "site_admin": false
    },
    "repository_selection": "selected",
    "access_tokens_url": "https://api.github.com/installations/2/access_tokens",
    "repositories_url": "https://api.github.com/installation/repositories"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: MarketplacePurchaseEvent

MarketplacePurchaseEvent

Triggered when a user purchases, cancels, or changes their GitHub Marketplace plan.

Webhook event name: marketplace_purchase

Example:

{
  "action": "changed",
  "effective_date": "2017-04-06T02:01:16Z",
  "marketplace_purchase": {
    "account": {
      "type": "Organization",
      "id": 4,
      "login": "GitHub",
      "organization_billing_email": "[email protected]"
    },
    "billing_cycle": "monthly",
    "next_billing_date": "2017-05-01T00:00:00Z",
    "unit_count": 1,
    "plan": {
      "id": 9,
      "name": "Super Pro",
      "description": "A really, super professional-grade CI solution",
      "monthly_price_in_cents": 9999,
      "yearly_price_in_cents": 11998,
      "price_model": "flat-rate",
      "unit_name": null,
      "bullets": [
        "This is the first bullet of the plan",
        "This is the second bullet of the plan"
      ]
    }
  },
  "previous_marketplace_purchase": {
    "account": {
      "type": "Organization",
      "id": 4,
      "login": "GitHub"
    },
    "billing_cycle": "monthly",
    "next_billing_date": "2017-05-01T00:00:00Z",
    "unit_count": 1,
    "plan": {
      "id": 9,
      "name": "Super Pro",
      "description": "A really, super professional-grade CI solution",
      "monthly_price_in_cents": 9999,
      "yearly_price_in_cents": 11998,
      "price_model": "flat-rate",
      "unit_name": null,
      "bullets": [
        "This is the first bullet of the plan",
        "This is the second bullet of the plan"
      ]
    }
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: DeploymentEvent

DeploymentEvent

Represents a deployment. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: deployment

Example:

{
  "deployment": {
    "url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
    "id": 710692,
    "sha": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
    "ref": "master",
    "task": "deploy",
    "payload": {
    },
    "environment": "production",
    "description": null,
    "creator": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "created_at": "2015-05-05T23:40:38Z",
    "updated_at": "2015-05-05T23:40:38Z",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses",
    "repository_url": "https://api.github.com/repos/baxterthehacker/public-repo"
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:38Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: InstallationRepositoriesEvent

InstallationRepositoriesEvent

Triggered when a repository is added or removed from an installation.

Webhook event name: installation_repositories

Example:

{
  "action": "removed",
  "installation": {
    "id": 2,
    "account": {
      "login": "octocat",
      "id": 1,
      "avatar_url": "https://github.com/images/error/octocat_happy.gif",
      "gravatar_id": "",
      "url": "https://api.github.com/users/octocat",
      "html_url": "https://github.com/octocat",
      "followers_url": "https://api.github.com/users/octocat/followers",
      "following_url": "https://api.github.com/users/octocat/following{/other_user}",
      "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
      "organizations_url": "https://api.github.com/users/octocat/orgs",
      "repos_url": "https://api.github.com/users/octocat/repos",
      "events_url": "https://api.github.com/users/octocat/events{/privacy}",
      "received_events_url": "https://api.github.com/users/octocat/received_events",
      "type": "User",
      "site_admin": false
    },
    "repository_selection": "selected",
    "access_tokens_url": "https://api.github.com/installations/2/access_tokens",
    "repositories_url": "https://api.github.com/installation/repositories",
    "html_url": "https://github.com/settings/installations/2"
  },
  "repository_selection": "selected",
  "repositories_added": [

  ],
  "repositories_removed": [
    {
      "id": 1296269,
      "name": "Hello-World",
      "full_name": "octocat/Hello-World"
    }
  ],
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: PullRequestReviewEvent

PullRequestReviewEvent

Triggered when a pull request review is submitted into a non-pending state, the body is edited, or the review is dismissed.

Webhook event name: pull_request_review

Example:

{
  "action": "submitted",
  "review": {
    "id": 2626884,
    "user": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": "Looks great!",
    "submitted_at": "2016-10-03T23:39:09Z",
    "state": "approved",
    "html_url": "https://github.com/baxterthehacker/public-repo/pull/8#pullrequestreview-2626884",
    "pull_request_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8",
    "_links": {
      "html": {
        "href": "https://github.com/baxterthehacker/public-repo/pull/8#pullrequestreview-2626884"
      },
      "pull_request": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8"
      }
    }
  },
  "pull_request": {
    "url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8",
    "id": 87811438,
    "html_url": "https://github.com/baxterthehacker/public-repo/pull/8",
    "diff_url": "https://github.com/baxterthehacker/public-repo/pull/8.diff",
    "patch_url": "https://github.com/baxterthehacker/public-repo/pull/8.patch",
    "issue_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/8",
    "number": 8,
    "state": "open",
    "locked": false,
    "title": "Add a README description",
    "user": {
      "login": "skalnik",
      "id": 2546,
      "avatar_url": "https://avatars.githubusercontent.com/u/2546?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/skalnik",
      "html_url": "https://github.com/skalnik",
      "followers_url": "https://api.github.com/users/skalnik/followers",
      "following_url": "https://api.github.com/users/skalnik/following{/other_user}",
      "gists_url": "https://api.github.com/users/skalnik/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/skalnik/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/skalnik/subscriptions",
      "organizations_url": "https://api.github.com/users/skalnik/orgs",
      "repos_url": "https://api.github.com/users/skalnik/repos",
      "events_url": "https://api.github.com/users/skalnik/events{/privacy}",
      "received_events_url": "https://api.github.com/users/skalnik/received_events",
      "type": "User",
      "site_admin": true
    },
    "body": "Just a few more details",
    "created_at": "2016-10-03T23:37:43Z",
    "updated_at": "2016-10-03T23:39:09Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "faea154a7decef6819754aab0f8c0e232e6c8b4f",
    "assignee": null,
    "assignees": [],
    "milestone": null,
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8/commits",
    "review_comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8/comments",
    "review_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/8/comments",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/b7a1f9c27caa4e03c14a88feb56e2d4f7500aa63",
    "head": {
      "label": "skalnik:patch-2",
      "ref": "patch-2",
      "sha": "b7a1f9c27caa4e03c14a88feb56e2d4f7500aa63",
      "user": {
        "login": "skalnik",
        "id": 2546,
        "avatar_url": "https://avatars.githubusercontent.com/u/2546?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/skalnik",
        "html_url": "https://github.com/skalnik",
        "followers_url": "https://api.github.com/users/skalnik/followers",
        "following_url": "https://api.github.com/users/skalnik/following{/other_user}",
        "gists_url": "https://api.github.com/users/skalnik/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/skalnik/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/skalnik/subscriptions",
        "organizations_url": "https://api.github.com/users/skalnik/orgs",
        "repos_url": "https://api.github.com/users/skalnik/repos",
        "events_url": "https://api.github.com/users/skalnik/events{/privacy}",
        "received_events_url": "https://api.github.com/users/skalnik/received_events",
        "type": "User",
        "site_admin": true
      },
      "repo": {
        "id": 69919152,
        "name": "public-repo",
        "full_name": "skalnik/public-repo",
        "owner": {
          "login": "skalnik",
          "id": 2546,
          "avatar_url": "https://avatars.githubusercontent.com/u/2546?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/skalnik",
          "html_url": "https://github.com/skalnik",
          "followers_url": "https://api.github.com/users/skalnik/followers",
          "following_url": "https://api.github.com/users/skalnik/following{/other_user}",
          "gists_url": "https://api.github.com/users/skalnik/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/skalnik/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/skalnik/subscriptions",
          "organizations_url": "https://api.github.com/users/skalnik/orgs",
          "repos_url": "https://api.github.com/users/skalnik/repos",
          "events_url": "https://api.github.com/users/skalnik/events{/privacy}",
          "received_events_url": "https://api.github.com/users/skalnik/received_events",
          "type": "User",
          "site_admin": true
        },
        "private": false,
        "html_url": "https://github.com/skalnik/public-repo",
        "description": null,
        "fork": true,
        "url": "https://api.github.com/repos/skalnik/public-repo",
        "forks_url": "https://api.github.com/repos/skalnik/public-repo/forks",
        "keys_url": "https://api.github.com/repos/skalnik/public-repo/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/skalnik/public-repo/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/skalnik/public-repo/teams",
        "hooks_url": "https://api.github.com/repos/skalnik/public-repo/hooks",
        "issue_events_url": "https://api.github.com/repos/skalnik/public-repo/issues/events{/number}",
        "events_url": "https://api.github.com/repos/skalnik/public-repo/events",
        "assignees_url": "https://api.github.com/repos/skalnik/public-repo/assignees{/user}",
        "branches_url": "https://api.github.com/repos/skalnik/public-repo/branches{/branch}",
        "tags_url": "https://api.github.com/repos/skalnik/public-repo/tags",
        "blobs_url": "https://api.github.com/repos/skalnik/public-repo/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/skalnik/public-repo/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/skalnik/public-repo/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/skalnik/public-repo/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/skalnik/public-repo/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/skalnik/public-repo/languages",
        "stargazers_url": "https://api.github.com/repos/skalnik/public-repo/stargazers",
        "contributors_url": "https://api.github.com/repos/skalnik/public-repo/contributors",
        "subscribers_url": "https://api.github.com/repos/skalnik/public-repo/subscribers",
        "subscription_url": "https://api.github.com/repos/skalnik/public-repo/subscription",
        "commits_url": "https://api.github.com/repos/skalnik/public-repo/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/skalnik/public-repo/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/skalnik/public-repo/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/skalnik/public-repo/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/skalnik/public-repo/contents/{+path}",
        "compare_url": "https://api.github.com/repos/skalnik/public-repo/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/skalnik/public-repo/merges",
        "archive_url": "https://api.github.com/repos/skalnik/public-repo/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/skalnik/public-repo/downloads",
        "issues_url": "https://api.github.com/repos/skalnik/public-repo/issues{/number}",
        "pulls_url": "https://api.github.com/repos/skalnik/public-repo/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/skalnik/public-repo/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/skalnik/public-repo/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/skalnik/public-repo/labels{/name}",
        "releases_url": "https://api.github.com/repos/skalnik/public-repo/releases{/id}",
        "deployments_url": "https://api.github.com/repos/skalnik/public-repo/deployments",
        "created_at": "2016-10-03T23:23:31Z",
        "updated_at": "2016-08-15T17:19:01Z",
        "pushed_at": "2016-10-03T23:36:52Z",
        "git_url": "git://github.com/skalnik/public-repo.git",
        "ssh_url": "[email protected]:skalnik/public-repo.git",
        "clone_url": "https://github.com/skalnik/public-repo.git",
        "svn_url": "https://github.com/skalnik/public-repo",
        "homepage": null,
        "size": 233,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": false,
        "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": "baxterthehacker:master",
      "ref": "master",
      "sha": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
      "user": {
        "login": "baxterthehacker",
        "id": 6752317,
        "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/baxterthehacker",
        "html_url": "https://github.com/baxterthehacker",
        "followers_url": "https://api.github.com/users/baxterthehacker/followers",
        "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
        "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
        "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
        "repos_url": "https://api.github.com/users/baxterthehacker/repos",
        "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
        "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
        "type": "User",
        "site_admin": false
      },
      "repo": {
        "id": 35129377,
        "name": "public-repo",
        "full_name": "baxterthehacker/public-repo",
        "owner": {
          "login": "baxterthehacker",
          "id": 6752317,
          "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/baxterthehacker",
          "html_url": "https://github.com/baxterthehacker",
          "followers_url": "https://api.github.com/users/baxterthehacker/followers",
          "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
          "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
          "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
          "repos_url": "https://api.github.com/users/baxterthehacker/repos",
          "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
          "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
          "type": "User",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/baxterthehacker/public-repo",
        "description": "",
        "fork": false,
        "url": "https://api.github.com/repos/baxterthehacker/public-repo",
        "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
        "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
        "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
        "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
        "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
        "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
        "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
        "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
        "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
        "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
        "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
        "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
        "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
        "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
        "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
        "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
        "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
        "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
        "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
        "deployments_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments",
        "created_at": "2015-05-05T23:40:12Z",
        "updated_at": "2016-08-15T17:19:01Z",
        "pushed_at": "2016-10-03T23:37:43Z",
        "git_url": "git://github.com/baxterthehacker/public-repo.git",
        "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
        "clone_url": "https://github.com/baxterthehacker/public-repo.git",
        "svn_url": "https://github.com/baxterthehacker/public-repo",
        "homepage": null,
        "size": 233,
        "stargazers_count": 2,
        "watchers_count": 2,
        "language": null,
        "has_issues": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": true,
        "forks_count": 2,
        "mirror_url": null,
        "open_issues_count": 5,
        "forks": 2,
        "open_issues": 5,
        "watchers": 2,
        "default_branch": "master"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8"
      },
      "html": {
        "href": "https://github.com/baxterthehacker/public-repo/pull/8"
      },
      "issue": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/issues/8"
      },
      "comments": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/issues/8/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/pulls/8/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/b7a1f9c27caa4e03c14a88feb56e2d4f7500aa63"
      }
    }
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "deployments_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2016-08-15T17:19:01Z",
    "pushed_at": "2016-10-03T23:37:43Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 233,
    "stargazers_count": 2,
    "watchers_count": 2,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 2,
    "mirror_url": null,
    "open_issues_count": 5,
    "forks": 2,
    "open_issues": 5,
    "watchers": 2,
    "default_branch": "master"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: GollumEvent

GollumEvent

Triggered when a Wiki page is created or updated.

Webhook event name: gollum

Example:

{
  "pages": [
    {
      "page_name": "Home",
      "title": "Home",
      "summary": null,
      "action": "created",
      "sha": "18e561579bff84a96ccc884b4dfb17e74b60365f",
      "html_url": "https://github.com/Izak88/bterm/wiki/Home"
    }
  ],
  "repository": {
    "id": 87624588,
    "name": "bterm",
    "full_name": "Izak88/bterm",
    "owner": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/Izak88/bterm",
    "description": "Cross-platform terminal emulator",
    "fork": true,
    "url": "https://api.github.com/repos/Izak88/bterm",
    "forks_url": "https://api.github.com/repos/Izak88/bterm/forks",
    "keys_url": "https://api.github.com/repos/Izak88/bterm/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/Izak88/bterm/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/Izak88/bterm/teams",
    "hooks_url": "https://api.github.com/repos/Izak88/bterm/hooks",
    "issue_events_url": "https://api.github.com/repos/Izak88/bterm/issues/events{/number}",
    "events_url": "https://api.github.com/repos/Izak88/bterm/events",
    "assignees_url": "https://api.github.com/repos/Izak88/bterm/assignees{/user}",
    "branches_url": "https://api.github.com/repos/Izak88/bterm/branches{/branch}",
    "tags_url": "https://api.github.com/repos/Izak88/bterm/tags",
    "blobs_url": "https://api.github.com/repos/Izak88/bterm/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/Izak88/bterm/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/Izak88/bterm/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/Izak88/bterm/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/Izak88/bterm/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/Izak88/bterm/languages",
    "stargazers_url": "https://api.github.com/repos/Izak88/bterm/stargazers",
    "contributors_url": "https://api.github.com/repos/Izak88/bterm/contributors",
    "subscribers_url": "https://api.github.com/repos/Izak88/bterm/subscribers",
    "subscription_url": "https://api.github.com/repos/Izak88/bterm/subscription",
    "commits_url": "https://api.github.com/repos/Izak88/bterm/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/Izak88/bterm/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/Izak88/bterm/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/Izak88/bterm/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/Izak88/bterm/contents/{+path}",
    "compare_url": "https://api.github.com/repos/Izak88/bterm/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/Izak88/bterm/merges",
    "archive_url": "https://api.github.com/repos/Izak88/bterm/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/Izak88/bterm/downloads",
    "issues_url": "https://api.github.com/repos/Izak88/bterm/issues{/number}",
    "pulls_url": "https://api.github.com/repos/Izak88/bterm/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/Izak88/bterm/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/Izak88/bterm/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/Izak88/bterm/labels{/name}",
    "releases_url": "https://api.github.com/repos/Izak88/bterm/releases{/id}",
    "deployments_url": "https://api.github.com/repos/Izak88/bterm/deployments",
    "created_at": "2017-04-08T10:01:15Z",
    "updated_at": "2017-04-08T10:01:17Z",
    "pushed_at": "2017-07-26T12:13:33Z",
    "git_url": "git://github.com/Izak88/bterm.git",
    "ssh_url": "[email protected]:Izak88/bterm.git",
    "clone_url": "https://github.com/Izak88/bterm.git",
    "svn_url": "https://github.com/Izak88/bterm",
    "homepage": "http://bterm.bleenco.io",
    "size": 685,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "TypeScript",
    "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"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: TeamEvent

TeamEvent

Triggered when an organization's team is created or deleted. Events of this type are not visible in timelines. These events are only used to trigger organization hooks.

Webhook event name: team

Example:

{
  "action":"created",
  "team":{
    "name":"team baxter",
    "id":2175394,
    "slug":"team-baxter",
    "description":"",
    "privacy":"secret",
    "url":"https:/api.github.com/teams/2175394",
    "members_url":"https:/api.github.com/teams/2175394/members{/member}",
    "repositories_url":"https:/api.github.com/teams/2175394/repos",
    "permission":"pull"
  },
  "organization":{
    "login":"baxterandthehackers",
    "id":4312013,
    "url":"https://api.github.com/orgs/baxterandthehackers",
    "repos_url":"https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url":"https://api.github.com/orgs/baxterandthehackers/events",
    "hooks_url":"https://api.github.com/orgs/baxterandthehackers/hooks",
    "issues_url":"https://api.github.com/orgs/baxterandthehackers/issues",
    "members_url":"https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url":"https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url":"https://avatars.githubusercontent.com/u/4312013?v=3",
    "description":""
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: PushEvent

PushEvent

Triggered when a repository branch is pushed to. In addition to branch pushes, webhook push events are also triggered when repository tags are pushed.

Webhook event name: push

Example:

{
  "ref": "refs/heads/test",
  "before": "0000000000000000000000000000000000000000",
  "after": "59260eed96fe9a3e5e2cdab705102484dd6583c7",
  "created": true,
  "deleted": false,
  "forced": false,
  "base_ref": "refs/heads/master",
  "compare": "https://github.com/Izak88/bterm/compare/test",
  "commits": [

  ],
  "head_commit": {
    "id": "59260eed96fe9a3e5e2cdab705102484dd6583c7",
    "tree_id": "4ffd0407fd489c4b04a97a0a7db74607ab995bc7",
    "distinct": true,
    "message": "do not merge this",
    "timestamp": "2017-07-26T10:13:34+02:00",
    "url": "https://github.com/Izak88/bterm/commit/59260eed96fe9a3e5e2cdab705102484dd6583c7",
    "author": {
      "name": "Izak Lipnik",
      "email": "[email protected]",
      "username": "Izak88"
    },
    "committer": {
      "name": "Izak Lipnik",
      "email": "[email protected]",
      "username": "Izak88"
    },
    "added": [

    ],
    "removed": [

    ],
    "modified": [
      "package.json"
    ]
  },
  "repository": {
    "id": 87624588,
    "name": "bterm",
    "full_name": "Izak88/bterm",
    "owner": {
      "name": "Izak88",
      "email": "[email protected]",
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/Izak88/bterm",
    "description": "Cross-platform terminal emulator",
    "fork": true,
    "url": "https://github.com/Izak88/bterm",
    "forks_url": "https://api.github.com/repos/Izak88/bterm/forks",
    "keys_url": "https://api.github.com/repos/Izak88/bterm/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/Izak88/bterm/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/Izak88/bterm/teams",
    "hooks_url": "https://api.github.com/repos/Izak88/bterm/hooks",
    "issue_events_url": "https://api.github.com/repos/Izak88/bterm/issues/events{/number}",
    "events_url": "https://api.github.com/repos/Izak88/bterm/events",
    "assignees_url": "https://api.github.com/repos/Izak88/bterm/assignees{/user}",
    "branches_url": "https://api.github.com/repos/Izak88/bterm/branches{/branch}",
    "tags_url": "https://api.github.com/repos/Izak88/bterm/tags",
    "blobs_url": "https://api.github.com/repos/Izak88/bterm/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/Izak88/bterm/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/Izak88/bterm/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/Izak88/bterm/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/Izak88/bterm/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/Izak88/bterm/languages",
    "stargazers_url": "https://api.github.com/repos/Izak88/bterm/stargazers",
    "contributors_url": "https://api.github.com/repos/Izak88/bterm/contributors",
    "subscribers_url": "https://api.github.com/repos/Izak88/bterm/subscribers",
    "subscription_url": "https://api.github.com/repos/Izak88/bterm/subscription",
    "commits_url": "https://api.github.com/repos/Izak88/bterm/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/Izak88/bterm/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/Izak88/bterm/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/Izak88/bterm/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/Izak88/bterm/contents/{+path}",
    "compare_url": "https://api.github.com/repos/Izak88/bterm/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/Izak88/bterm/merges",
    "archive_url": "https://api.github.com/repos/Izak88/bterm/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/Izak88/bterm/downloads",
    "issues_url": "https://api.github.com/repos/Izak88/bterm/issues{/number}",
    "pulls_url": "https://api.github.com/repos/Izak88/bterm/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/Izak88/bterm/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/Izak88/bterm/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/Izak88/bterm/labels{/name}",
    "releases_url": "https://api.github.com/repos/Izak88/bterm/releases{/id}",
    "deployments_url": "https://api.github.com/repos/Izak88/bterm/deployments",
    "created_at": 1491645675,
    "updated_at": "2017-04-08T10:01:17Z",
    "pushed_at": 1501070018,
    "git_url": "git://github.com/Izak88/bterm.git",
    "ssh_url": "[email protected]:Izak88/bterm.git",
    "clone_url": "https://github.com/Izak88/bterm.git",
    "svn_url": "https://github.com/Izak88/bterm",
    "homepage": "http://bterm.bleenco.io",
    "size": 685,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "TypeScript",
    "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",
    "stargazers": 0,
    "master_branch": "master"
  },
  "pusher": {
    "name": "Izak88",
    "email": "[email protected]"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: PullRequestEvent

PullRequestEvent

Triggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, or synchronized. Also triggered when a pull request review is requested, or when a review request is removed.

Webhook event name: pull_request

Example (reopened PR on morose):

{
  "action": "reopened",
  "number": 87,
  "pull_request": {
    "url": "https://api.github.com/repos/bleenco/morose/pulls/87",
    "id": 132454396,
    "html_url": "https://github.com/bleenco/morose/pull/87",
    "diff_url": "https://github.com/bleenco/morose/pull/87.diff",
    "patch_url": "https://github.com/bleenco/morose/pull/87.patch",
    "issue_url": "https://api.github.com/repos/bleenco/morose/issues/87",
    "number": 87,
    "state": "open",
    "locked": false,
    "title": "test",
    "user": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": "",
    "created_at": "2017-07-26T08:09:26Z",
    "updated_at": "2017-07-26T08:11:32Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "f6d081b14f25a528bf9ac4199409afb42255bce1",
    "assignee": null,
    "assignees": [

    ],
    "requested_reviewers": [

    ],
    "milestone": null,
    "commits_url": "https://api.github.com/repos/bleenco/morose/pulls/87/commits",
    "review_comments_url": "https://api.github.com/repos/bleenco/morose/pulls/87/comments",
    "review_comment_url": "https://api.github.com/repos/bleenco/morose/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/bleenco/morose/issues/87/comments",
    "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/968d81824597bbaebad9bd22e0d15fb4e04d2077",
    "head": {
      "label": "Izak88:master",
      "ref": "master",
      "sha": "968d81824597bbaebad9bd22e0d15fb4e04d2077",
      "user": {
        "login": "Izak88",
        "id": 8555269,
        "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Izak88",
        "html_url": "https://github.com/Izak88",
        "followers_url": "https://api.github.com/users/Izak88/followers",
        "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
        "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
        "organizations_url": "https://api.github.com/users/Izak88/orgs",
        "repos_url": "https://api.github.com/users/Izak88/repos",
        "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
        "received_events_url": "https://api.github.com/users/Izak88/received_events",
        "type": "User",
        "site_admin": false
      },
      "repo": {
        "id": 86796312,
        "name": "morose",
        "full_name": "Izak88/morose",
        "owner": {
          "login": "Izak88",
          "id": 8555269,
          "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Izak88",
          "html_url": "https://github.com/Izak88",
          "followers_url": "https://api.github.com/users/Izak88/followers",
          "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
          "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
          "organizations_url": "https://api.github.com/users/Izak88/orgs",
          "repos_url": "https://api.github.com/users/Izak88/repos",
          "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
          "received_events_url": "https://api.github.com/users/Izak88/received_events",
          "type": "User",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/Izak88/morose",
        "description": "๐Ÿ“ฆ npm private registry and proxy server",
        "fork": true,
        "url": "https://api.github.com/repos/Izak88/morose",
        "forks_url": "https://api.github.com/repos/Izak88/morose/forks",
        "keys_url": "https://api.github.com/repos/Izak88/morose/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/Izak88/morose/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/Izak88/morose/teams",
        "hooks_url": "https://api.github.com/repos/Izak88/morose/hooks",
        "issue_events_url": "https://api.github.com/repos/Izak88/morose/issues/events{/number}",
        "events_url": "https://api.github.com/repos/Izak88/morose/events",
        "assignees_url": "https://api.github.com/repos/Izak88/morose/assignees{/user}",
        "branches_url": "https://api.github.com/repos/Izak88/morose/branches{/branch}",
        "tags_url": "https://api.github.com/repos/Izak88/morose/tags",
        "blobs_url": "https://api.github.com/repos/Izak88/morose/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/Izak88/morose/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/Izak88/morose/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/Izak88/morose/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/Izak88/morose/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/Izak88/morose/languages",
        "stargazers_url": "https://api.github.com/repos/Izak88/morose/stargazers",
        "contributors_url": "https://api.github.com/repos/Izak88/morose/contributors",
        "subscribers_url": "https://api.github.com/repos/Izak88/morose/subscribers",
        "subscription_url": "https://api.github.com/repos/Izak88/morose/subscription",
        "commits_url": "https://api.github.com/repos/Izak88/morose/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/Izak88/morose/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/Izak88/morose/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/Izak88/morose/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/Izak88/morose/contents/{+path}",
        "compare_url": "https://api.github.com/repos/Izak88/morose/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/Izak88/morose/merges",
        "archive_url": "https://api.github.com/repos/Izak88/morose/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/Izak88/morose/downloads",
        "issues_url": "https://api.github.com/repos/Izak88/morose/issues{/number}",
        "pulls_url": "https://api.github.com/repos/Izak88/morose/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/Izak88/morose/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/Izak88/morose/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/Izak88/morose/labels{/name}",
        "releases_url": "https://api.github.com/repos/Izak88/morose/releases{/id}",
        "deployments_url": "https://api.github.com/repos/Izak88/morose/deployments",
        "created_at": "2017-03-31T08:26:33Z",
        "updated_at": "2017-03-31T08:26:35Z",
        "pushed_at": "2017-07-26T08:08:54Z",
        "git_url": "git://github.com/Izak88/morose.git",
        "ssh_url": "[email protected]:Izak88/morose.git",
        "clone_url": "https://github.com/Izak88/morose.git",
        "svn_url": "https://github.com/Izak88/morose",
        "homepage": "",
        "size": 1990,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "TypeScript",
        "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": "bleenco:master",
      "ref": "master",
      "sha": "1ced7484acaeeb479f2ecb838446b3dfade41abb",
      "user": {
        "login": "bleenco",
        "id": 26046537,
        "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/bleenco",
        "html_url": "https://github.com/bleenco",
        "followers_url": "https://api.github.com/users/bleenco/followers",
        "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
        "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
        "organizations_url": "https://api.github.com/users/bleenco/orgs",
        "repos_url": "https://api.github.com/users/bleenco/repos",
        "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
        "received_events_url": "https://api.github.com/users/bleenco/received_events",
        "type": "Organization",
        "site_admin": false
      },
      "repo": {
        "id": 72294758,
        "name": "morose",
        "full_name": "bleenco/morose",
        "owner": {
          "login": "bleenco",
          "id": 26046537,
          "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/bleenco",
          "html_url": "https://github.com/bleenco",
          "followers_url": "https://api.github.com/users/bleenco/followers",
          "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
          "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
          "organizations_url": "https://api.github.com/users/bleenco/orgs",
          "repos_url": "https://api.github.com/users/bleenco/repos",
          "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
          "received_events_url": "https://api.github.com/users/bleenco/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/bleenco/morose",
        "description": "๐Ÿ“ฆ  private npm repository and/or proxy server for npmjs.org",
        "fork": false,
        "url": "https://api.github.com/repos/bleenco/morose",
        "forks_url": "https://api.github.com/repos/bleenco/morose/forks",
        "keys_url": "https://api.github.com/repos/bleenco/morose/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/bleenco/morose/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/bleenco/morose/teams",
        "hooks_url": "https://api.github.com/repos/bleenco/morose/hooks",
        "issue_events_url": "https://api.github.com/repos/bleenco/morose/issues/events{/number}",
        "events_url": "https://api.github.com/repos/bleenco/morose/events",
        "assignees_url": "https://api.github.com/repos/bleenco/morose/assignees{/user}",
        "branches_url": "https://api.github.com/repos/bleenco/morose/branches{/branch}",
        "tags_url": "https://api.github.com/repos/bleenco/morose/tags",
        "blobs_url": "https://api.github.com/repos/bleenco/morose/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/bleenco/morose/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/bleenco/morose/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/bleenco/morose/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/bleenco/morose/languages",
        "stargazers_url": "https://api.github.com/repos/bleenco/morose/stargazers",
        "contributors_url": "https://api.github.com/repos/bleenco/morose/contributors",
        "subscribers_url": "https://api.github.com/repos/bleenco/morose/subscribers",
        "subscription_url": "https://api.github.com/repos/bleenco/morose/subscription",
        "commits_url": "https://api.github.com/repos/bleenco/morose/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/bleenco/morose/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/bleenco/morose/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/bleenco/morose/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/bleenco/morose/contents/{+path}",
        "compare_url": "https://api.github.com/repos/bleenco/morose/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/bleenco/morose/merges",
        "archive_url": "https://api.github.com/repos/bleenco/morose/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/bleenco/morose/downloads",
        "issues_url": "https://api.github.com/repos/bleenco/morose/issues{/number}",
        "pulls_url": "https://api.github.com/repos/bleenco/morose/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/bleenco/morose/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/bleenco/morose/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/bleenco/morose/labels{/name}",
        "releases_url": "https://api.github.com/repos/bleenco/morose/releases{/id}",
        "deployments_url": "https://api.github.com/repos/bleenco/morose/deployments",
        "created_at": "2016-10-29T16:02:28Z",
        "updated_at": "2017-06-23T00:20:33Z",
        "pushed_at": "2017-07-26T08:09:27Z",
        "git_url": "git://github.com/bleenco/morose.git",
        "ssh_url": "[email protected]:bleenco/morose.git",
        "clone_url": "https://github.com/bleenco/morose.git",
        "svn_url": "https://github.com/bleenco/morose",
        "homepage": "https://morose.bleenco.io",
        "size": 1990,
        "stargazers_count": 12,
        "watchers_count": 12,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 3,
        "mirror_url": null,
        "open_issues_count": 2,
        "forks": 3,
        "open_issues": 2,
        "watchers": 12,
        "default_branch": "master"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/87"
      },
      "html": {
        "href": "https://github.com/bleenco/morose/pull/87"
      },
      "issue": {
        "href": "https://api.github.com/repos/bleenco/morose/issues/87"
      },
      "comments": {
        "href": "https://api.github.com/repos/bleenco/morose/issues/87/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/87/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/bleenco/morose/pulls/87/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/bleenco/morose/statuses/968d81824597bbaebad9bd22e0d15fb4e04d2077"
      }
    },
    "merged": false,
    "mergeable": null,
    "rebaseable": null,
    "mergeable_state": "unknown",
    "merged_by": null,
    "comments": 1,
    "review_comments": 0,
    "maintainer_can_modify": true,
    "commits": 1,
    "additions": 1,
    "deletions": 1,
    "changed_files": 1
  },
  "repository": {
    "id": 72294758,
    "name": "morose",
    "full_name": "bleenco/morose",
    "owner": {
      "login": "bleenco",
      "id": 26046537,
      "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/bleenco",
      "html_url": "https://github.com/bleenco",
      "followers_url": "https://api.github.com/users/bleenco/followers",
      "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
      "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
      "organizations_url": "https://api.github.com/users/bleenco/orgs",
      "repos_url": "https://api.github.com/users/bleenco/repos",
      "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
      "received_events_url": "https://api.github.com/users/bleenco/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/bleenco/morose",
    "description": "๐Ÿ“ฆ  private npm repository and/or proxy server for npmjs.org",
    "fork": false,
    "url": "https://api.github.com/repos/bleenco/morose",
    "forks_url": "https://api.github.com/repos/bleenco/morose/forks",
    "keys_url": "https://api.github.com/repos/bleenco/morose/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/bleenco/morose/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/bleenco/morose/teams",
    "hooks_url": "https://api.github.com/repos/bleenco/morose/hooks",
    "issue_events_url": "https://api.github.com/repos/bleenco/morose/issues/events{/number}",
    "events_url": "https://api.github.com/repos/bleenco/morose/events",
    "assignees_url": "https://api.github.com/repos/bleenco/morose/assignees{/user}",
    "branches_url": "https://api.github.com/repos/bleenco/morose/branches{/branch}",
    "tags_url": "https://api.github.com/repos/bleenco/morose/tags",
    "blobs_url": "https://api.github.com/repos/bleenco/morose/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/bleenco/morose/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/bleenco/morose/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/bleenco/morose/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/bleenco/morose/languages",
    "stargazers_url": "https://api.github.com/repos/bleenco/morose/stargazers",
    "contributors_url": "https://api.github.com/repos/bleenco/morose/contributors",
    "subscribers_url": "https://api.github.com/repos/bleenco/morose/subscribers",
    "subscription_url": "https://api.github.com/repos/bleenco/morose/subscription",
    "commits_url": "https://api.github.com/repos/bleenco/morose/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/bleenco/morose/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/bleenco/morose/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/bleenco/morose/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/bleenco/morose/contents/{+path}",
    "compare_url": "https://api.github.com/repos/bleenco/morose/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/bleenco/morose/merges",
    "archive_url": "https://api.github.com/repos/bleenco/morose/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/bleenco/morose/downloads",
    "issues_url": "https://api.github.com/repos/bleenco/morose/issues{/number}",
    "pulls_url": "https://api.github.com/repos/bleenco/morose/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/bleenco/morose/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/bleenco/morose/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/bleenco/morose/labels{/name}",
    "releases_url": "https://api.github.com/repos/bleenco/morose/releases{/id}",
    "deployments_url": "https://api.github.com/repos/bleenco/morose/deployments",
    "created_at": "2016-10-29T16:02:28Z",
    "updated_at": "2017-06-23T00:20:33Z",
    "pushed_at": "2017-07-26T08:09:27Z",
    "git_url": "git://github.com/bleenco/morose.git",
    "ssh_url": "[email protected]:bleenco/morose.git",
    "clone_url": "https://github.com/bleenco/morose.git",
    "svn_url": "https://github.com/bleenco/morose",
    "homepage": "https://morose.bleenco.io",
    "size": 1990,
    "stargazers_count": 12,
    "watchers_count": 12,
    "language": "TypeScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 3,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 3,
    "open_issues": 2,
    "watchers": 12,
    "default_branch": "master"
  },
  "organization": {
    "login": "bleenco",
    "id": 26046537,
    "url": "https://api.github.com/orgs/bleenco",
    "repos_url": "https://api.github.com/orgs/bleenco/repos",
    "events_url": "https://api.github.com/orgs/bleenco/events",
    "hooks_url": "https://api.github.com/orgs/bleenco/hooks",
    "issues_url": "https://api.github.com/orgs/bleenco/issues",
    "members_url": "https://api.github.com/orgs/bleenco/members{/member}",
    "public_members_url": "https://api.github.com/orgs/bleenco/public_members{/member}",
    "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
    "description": ""
  },
  "sender": {
    "login": "jkuri",
    "id": 1796022,
    "avatar_url": "https://avatars1.githubusercontent.com/u/1796022?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/jkuri",
    "html_url": "https://github.com/jkuri",
    "followers_url": "https://api.github.com/users/jkuri/followers",
    "following_url": "https://api.github.com/users/jkuri/following{/other_user}",
    "gists_url": "https://api.github.com/users/jkuri/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/jkuri/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/jkuri/subscriptions",
    "organizations_url": "https://api.github.com/users/jkuri/orgs",
    "repos_url": "https://api.github.com/users/jkuri/repos",
    "events_url": "https://api.github.com/users/jkuri/events{/privacy}",
    "received_events_url": "https://api.github.com/users/jkuri/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: RepositoryEvent

RepositoryEvent

Triggered when a repository is created, made public, or made private. Organization hooks are also triggered when a repository is deleted. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: repository

Example:

{
  "action": "created",
  "repository": {
    "id": 27496774,
    "name": "new-repository",
    "full_name": "baxterandthehackers/new-repository",
    "owner": {
      "login": "baxterandthehackers",
      "id": 7649605,
      "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterandthehackers",
      "html_url": "https://github.com/baxterandthehackers",
      "followers_url": "https://api.github.com/users/baxterandthehackers/followers",
      "following_url": "https://api.github.com/users/baxterandthehackers/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterandthehackers/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterandthehackers/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterandthehackers/orgs",
      "repos_url": "https://api.github.com/users/baxterandthehackers/repos",
      "events_url": "https://api.github.com/users/baxterandthehackers/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterandthehackers/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": true,
    "html_url": "https://github.com/baxterandthehackers/new-repository",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterandthehackers/new-repository",
    "forks_url": "https://api.github.com/repos/baxterandthehackers/new-repository/forks",
    "keys_url": "https://api.github.com/repos/baxterandthehackers/new-repository/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterandthehackers/new-repository/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterandthehackers/new-repository/teams",
    "hooks_url": "https://api.github.com/repos/baxterandthehackers/new-repository/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterandthehackers/new-repository/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterandthehackers/new-repository/events",
    "assignees_url": "https://api.github.com/repos/baxterandthehackers/new-repository/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterandthehackers/new-repository/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterandthehackers/new-repository/tags",
    "blobs_url": "https://api.github.com/repos/baxterandthehackers/new-repository/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterandthehackers/new-repository/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterandthehackers/new-repository/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterandthehackers/new-repository/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterandthehackers/new-repository/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterandthehackers/new-repository/languages",
    "stargazers_url": "https://api.github.com/repos/baxterandthehackers/new-repository/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterandthehackers/new-repository/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterandthehackers/new-repository/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterandthehackers/new-repository/subscription",
    "commits_url": "https://api.github.com/repos/baxterandthehackers/new-repository/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterandthehackers/new-repository/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterandthehackers/new-repository/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterandthehackers/new-repository/issues/comments/{number}",
    "contents_url": "https://api.github.com/repos/baxterandthehackers/new-repository/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterandthehackers/new-repository/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterandthehackers/new-repository/merges",
    "archive_url": "https://api.github.com/repos/baxterandthehackers/new-repository/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterandthehackers/new-repository/downloads",
    "issues_url": "https://api.github.com/repos/baxterandthehackers/new-repository/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterandthehackers/new-repository/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterandthehackers/new-repository/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterandthehackers/new-repository/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterandthehackers/new-repository/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterandthehackers/new-repository/releases{/id}",
    "created_at": "2014-12-03T16:39:25Z",
    "updated_at": "2014-12-03T16:39:25Z",
    "pushed_at": "2014-12-03T16:39:25Z",
    "git_url": "git://github.com/baxterandthehackers/new-repository.git",
    "ssh_url": "[email protected]:baxterandthehackers/new-repository.git",
    "clone_url": "https://github.com/baxterandthehackers/new-repository.git",
    "svn_url": "https://github.com/baxterandthehackers/new-repository",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": 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"
  },
  "organization": {
    "login": "baxterandthehackers",
    "id": 7649605,
    "url": "https://api.github.com/orgs/baxterandthehackers",
    "repos_url": "https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url": "https://api.github.com/orgs/baxterandthehackers/events",
    "members_url": "https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url": "https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/7649605?v=2"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: MemberEvent

MemberEvent

Triggered when a user is added or removed as a collaborator to a repository, or has their permissions changed.

Webhook event name: member

Example:

{
  "action": "added",
  "member": {
    "login": "octocat",
    "id": 583231,
    "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/octocat",
    "html_url": "https://github.com/octocat",
    "followers_url": "https://api.github.com/users/octocat/followers",
    "following_url": "https://api.github.com/users/octocat/following{/other_user}",
    "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
    "organizations_url": "https://api.github.com/users/octocat/orgs",
    "repos_url": "https://api.github.com/users/octocat/repos",
    "events_url": "https://api.github.com/users/octocat/events{/privacy}",
    "received_events_url": "https://api.github.com/users/octocat/received_events",
    "type": "User",
    "site_admin": false
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:40Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: PublicEvent

PublicEvent

Triggered when a private repository is open sourced. Without a doubt: the best GitHub event.

Webhook event name: public

Example:

{
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:41Z",
    "pushed_at": "2015-05-05T23:40:40Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: StatusEvent

StatusEvent

Triggered when the status of a Git commit changes. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: status

Example:

{
  "id": 1408206276,
  "sha": "968d81824597bbaebad9bd22e0d15fb4e04d2077",
  "name": "bleenco/morose",
  "target_url": "https://travis-ci.org/bleenco/morose/builds/257626820?utm_source=github_status&utm_medium=notification",
  "context": "continuous-integration/travis-ci/pr",
  "description": "The Travis CI build failed",
  "state": "failure",
  "commit": {
    "sha": "968d81824597bbaebad9bd22e0d15fb4e04d2077",
    "commit": {
      "author": {
        "name": "Izak Lipnik",
        "email": "[email protected]",
        "date": "2017-07-26T08:08:26Z"
      },
      "committer": {
        "name": "Izak Lipnik",
        "email": "[email protected]",
        "date": "2017-07-26T08:08:49Z"
      },
      "message": "test",
      "tree": {
        "sha": "a11b78d47bf7486634ca208c4a2f7505f66f8d7e",
        "url": "https://api.github.com/repos/bleenco/morose/git/trees/a11b78d47bf7486634ca208c4a2f7505f66f8d7e"
      },
      "url": "https://api.github.com/repos/bleenco/morose/git/commits/968d81824597bbaebad9bd22e0d15fb4e04d2077",
      "comment_count": 0
    },
    "url": "https://api.github.com/repos/bleenco/morose/commits/968d81824597bbaebad9bd22e0d15fb4e04d2077",
    "html_url": "https://github.com/bleenco/morose/commit/968d81824597bbaebad9bd22e0d15fb4e04d2077",
    "comments_url": "https://api.github.com/repos/bleenco/morose/commits/968d81824597bbaebad9bd22e0d15fb4e04d2077/comments",
    "author": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "committer": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "parents": [
      {
        "sha": "1ced7484acaeeb479f2ecb838446b3dfade41abb",
        "url": "https://api.github.com/repos/bleenco/morose/commits/1ced7484acaeeb479f2ecb838446b3dfade41abb",
        "html_url": "https://github.com/bleenco/morose/commit/1ced7484acaeeb479f2ecb838446b3dfade41abb"
      }
    ]
  },
  "branches": [

  ],
  "created_at": "2017-07-26T08:24:02Z",
  "updated_at": "2017-07-26T08:24:02Z",
  "repository": {
    "id": 72294758,
    "name": "morose",
    "full_name": "bleenco/morose",
    "owner": {
      "login": "bleenco",
      "id": 26046537,
      "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/bleenco",
      "html_url": "https://github.com/bleenco",
      "followers_url": "https://api.github.com/users/bleenco/followers",
      "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
      "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
      "organizations_url": "https://api.github.com/users/bleenco/orgs",
      "repos_url": "https://api.github.com/users/bleenco/repos",
      "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
      "received_events_url": "https://api.github.com/users/bleenco/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/bleenco/morose",
    "description": "๐Ÿ“ฆ  private npm repository and/or proxy server for npmjs.org",
    "fork": false,
    "url": "https://api.github.com/repos/bleenco/morose",
    "forks_url": "https://api.github.com/repos/bleenco/morose/forks",
    "keys_url": "https://api.github.com/repos/bleenco/morose/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/bleenco/morose/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/bleenco/morose/teams",
    "hooks_url": "https://api.github.com/repos/bleenco/morose/hooks",
    "issue_events_url": "https://api.github.com/repos/bleenco/morose/issues/events{/number}",
    "events_url": "https://api.github.com/repos/bleenco/morose/events",
    "assignees_url": "https://api.github.com/repos/bleenco/morose/assignees{/user}",
    "branches_url": "https://api.github.com/repos/bleenco/morose/branches{/branch}",
    "tags_url": "https://api.github.com/repos/bleenco/morose/tags",
    "blobs_url": "https://api.github.com/repos/bleenco/morose/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/bleenco/morose/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/bleenco/morose/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/bleenco/morose/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/bleenco/morose/languages",
    "stargazers_url": "https://api.github.com/repos/bleenco/morose/stargazers",
    "contributors_url": "https://api.github.com/repos/bleenco/morose/contributors",
    "subscribers_url": "https://api.github.com/repos/bleenco/morose/subscribers",
    "subscription_url": "https://api.github.com/repos/bleenco/morose/subscription",
    "commits_url": "https://api.github.com/repos/bleenco/morose/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/bleenco/morose/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/bleenco/morose/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/bleenco/morose/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/bleenco/morose/contents/{+path}",
    "compare_url": "https://api.github.com/repos/bleenco/morose/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/bleenco/morose/merges",
    "archive_url": "https://api.github.com/repos/bleenco/morose/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/bleenco/morose/downloads",
    "issues_url": "https://api.github.com/repos/bleenco/morose/issues{/number}",
    "pulls_url": "https://api.github.com/repos/bleenco/morose/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/bleenco/morose/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/bleenco/morose/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/bleenco/morose/labels{/name}",
    "releases_url": "https://api.github.com/repos/bleenco/morose/releases{/id}",
    "deployments_url": "https://api.github.com/repos/bleenco/morose/deployments",
    "created_at": "2016-10-29T16:02:28Z",
    "updated_at": "2017-06-23T00:20:33Z",
    "pushed_at": "2017-07-26T08:09:27Z",
    "git_url": "git://github.com/bleenco/morose.git",
    "ssh_url": "[email protected]:bleenco/morose.git",
    "clone_url": "https://github.com/bleenco/morose.git",
    "svn_url": "https://github.com/bleenco/morose",
    "homepage": "https://morose.bleenco.io",
    "size": 1990,
    "stargazers_count": 12,
    "watchers_count": 12,
    "language": "TypeScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 3,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 3,
    "open_issues": 2,
    "watchers": 12,
    "default_branch": "master"
  },
  "organization": {
    "login": "bleenco",
    "id": 26046537,
    "url": "https://api.github.com/orgs/bleenco",
    "repos_url": "https://api.github.com/orgs/bleenco/repos",
    "events_url": "https://api.github.com/orgs/bleenco/events",
    "hooks_url": "https://api.github.com/orgs/bleenco/hooks",
    "issues_url": "https://api.github.com/orgs/bleenco/issues",
    "members_url": "https://api.github.com/orgs/bleenco/members{/member}",
    "public_members_url": "https://api.github.com/orgs/bleenco/public_members{/member}",
    "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
    "description": ""
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: IssueCommentEvent

IssueCommentEvent

Triggered when an issue comment is created, edited, or deleted.

Webhook event name: issue_comment

Example (creating branch test in bterm):

{
  "action": "created",
  "issue": {
    "url": "https://api.github.com/repos/bleenco/morose/issues/87",
    "repository_url": "https://api.github.com/repos/bleenco/morose",
    "labels_url": "https://api.github.com/repos/bleenco/morose/issues/87/labels{/name}",
    "comments_url": "https://api.github.com/repos/bleenco/morose/issues/87/comments",
    "events_url": "https://api.github.com/repos/bleenco/morose/issues/87/events",
    "html_url": "https://github.com/bleenco/morose/pull/87",
    "id": 245639606,
    "number": 87,
    "title": "test",
    "user": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "labels": [
      {
        "id": 597303867,
        "url": "https://api.github.com/repos/bleenco/morose/labels/Status:%20Abandoned",
        "name": "Status: Abandoned",
        "color": "000000",
        "default": false
      }
    ],
    "state": "open",
    "locked": false,
    "assignee": null,
    "assignees": [

    ],
    "milestone": null,
    "comments": 1,
    "created_at": "2017-07-26T08:09:26Z",
    "updated_at": "2017-07-26T10:27:28Z",
    "closed_at": null,
    "pull_request": {
      "url": "https://api.github.com/repos/bleenco/morose/pulls/87",
      "html_url": "https://github.com/bleenco/morose/pull/87",
      "diff_url": "https://github.com/bleenco/morose/pull/87.diff",
      "patch_url": "https://github.com/bleenco/morose/pull/87.patch"
    },
    "body": ""
  },
  "comment": {
    "url": "https://api.github.com/repos/bleenco/morose/issues/comments/318014394",
    "html_url": "https://github.com/bleenco/morose/pull/87#issuecomment-318014394",
    "issue_url": "https://api.github.com/repos/bleenco/morose/issues/87",
    "id": 318014394,
    "user": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "created_at": "2017-07-26T10:27:28Z",
    "updated_at": "2017-07-26T10:27:28Z",
    "body": "test comment"
  },
  "repository": {
    "id": 72294758,
    "name": "morose",
    "full_name": "bleenco/morose",
    "owner": {
      "login": "bleenco",
      "id": 26046537,
      "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/bleenco",
      "html_url": "https://github.com/bleenco",
      "followers_url": "https://api.github.com/users/bleenco/followers",
      "following_url": "https://api.github.com/users/bleenco/following{/other_user}",
      "gists_url": "https://api.github.com/users/bleenco/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/bleenco/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/bleenco/subscriptions",
      "organizations_url": "https://api.github.com/users/bleenco/orgs",
      "repos_url": "https://api.github.com/users/bleenco/repos",
      "events_url": "https://api.github.com/users/bleenco/events{/privacy}",
      "received_events_url": "https://api.github.com/users/bleenco/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/bleenco/morose",
    "description": "๐Ÿ“ฆ  private npm repository and/or proxy server for npmjs.org",
    "fork": false,
    "url": "https://api.github.com/repos/bleenco/morose",
    "forks_url": "https://api.github.com/repos/bleenco/morose/forks",
    "keys_url": "https://api.github.com/repos/bleenco/morose/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/bleenco/morose/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/bleenco/morose/teams",
    "hooks_url": "https://api.github.com/repos/bleenco/morose/hooks",
    "issue_events_url": "https://api.github.com/repos/bleenco/morose/issues/events{/number}",
    "events_url": "https://api.github.com/repos/bleenco/morose/events",
    "assignees_url": "https://api.github.com/repos/bleenco/morose/assignees{/user}",
    "branches_url": "https://api.github.com/repos/bleenco/morose/branches{/branch}",
    "tags_url": "https://api.github.com/repos/bleenco/morose/tags",
    "blobs_url": "https://api.github.com/repos/bleenco/morose/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/bleenco/morose/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/bleenco/morose/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/bleenco/morose/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/bleenco/morose/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/bleenco/morose/languages",
    "stargazers_url": "https://api.github.com/repos/bleenco/morose/stargazers",
    "contributors_url": "https://api.github.com/repos/bleenco/morose/contributors",
    "subscribers_url": "https://api.github.com/repos/bleenco/morose/subscribers",
    "subscription_url": "https://api.github.com/repos/bleenco/morose/subscription",
    "commits_url": "https://api.github.com/repos/bleenco/morose/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/bleenco/morose/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/bleenco/morose/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/bleenco/morose/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/bleenco/morose/contents/{+path}",
    "compare_url": "https://api.github.com/repos/bleenco/morose/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/bleenco/morose/merges",
    "archive_url": "https://api.github.com/repos/bleenco/morose/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/bleenco/morose/downloads",
    "issues_url": "https://api.github.com/repos/bleenco/morose/issues{/number}",
    "pulls_url": "https://api.github.com/repos/bleenco/morose/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/bleenco/morose/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/bleenco/morose/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/bleenco/morose/labels{/name}",
    "releases_url": "https://api.github.com/repos/bleenco/morose/releases{/id}",
    "deployments_url": "https://api.github.com/repos/bleenco/morose/deployments",
    "created_at": "2016-10-29T16:02:28Z",
    "updated_at": "2017-06-23T00:20:33Z",
    "pushed_at": "2017-07-26T08:09:27Z",
    "git_url": "git://github.com/bleenco/morose.git",
    "ssh_url": "[email protected]:bleenco/morose.git",
    "clone_url": "https://github.com/bleenco/morose.git",
    "svn_url": "https://github.com/bleenco/morose",
    "homepage": "https://morose.bleenco.io",
    "size": 1990,
    "stargazers_count": 12,
    "watchers_count": 12,
    "language": "TypeScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "forks_count": 3,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 3,
    "open_issues": 2,
    "watchers": 12,
    "default_branch": "master"
  },
  "organization": {
    "login": "bleenco",
    "id": 26046537,
    "url": "https://api.github.com/orgs/bleenco",
    "repos_url": "https://api.github.com/orgs/bleenco/repos",
    "events_url": "https://api.github.com/orgs/bleenco/events",
    "hooks_url": "https://api.github.com/orgs/bleenco/hooks",
    "issues_url": "https://api.github.com/orgs/bleenco/issues",
    "members_url": "https://api.github.com/orgs/bleenco/members{/member}",
    "public_members_url": "https://api.github.com/orgs/bleenco/public_members{/member}",
    "avatar_url": "https://avatars2.githubusercontent.com/u/26046537?v=4",
    "description": ""
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: builds

  • abstruse can read configuration from .yml file
  • before build start it reads git info (user, commit hash, ...)
  • time
  • change Actions -> Build (Run, Stop, Restart)
  • Settings shortcut

[feat]: WatchEvent

WatchEvent

The WatchEvent is related to starring a repository, not watching. See this API blog post for an explanation. The eventโ€™s actor is the user who starred a repository, and the eventโ€™s repository is the repository that was starred.

Webhook event name: watch

Example:

{
  "action": "started",
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: CreateEvent

CreateEvent

Triggered when a repository branch is pushed to. In addition to branch pushes, webhook push events are also triggered when repository tags are pushed.

Webhook event name: create

Example (creating branch test in bterm):

{
  "ref": "test",
  "ref_type": "branch",
  "master_branch": "master",
  "description": "Cross-platform terminal emulator",
  "pusher_type": "user",
  "repository": {
    "id": 87624588,
    "name": "bterm",
    "full_name": "Izak88/bterm",
    "owner": {
      "login": "Izak88",
      "id": 8555269,
      "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/Izak88",
      "html_url": "https://github.com/Izak88",
      "followers_url": "https://api.github.com/users/Izak88/followers",
      "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
      "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
      "organizations_url": "https://api.github.com/users/Izak88/orgs",
      "repos_url": "https://api.github.com/users/Izak88/repos",
      "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
      "received_events_url": "https://api.github.com/users/Izak88/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/Izak88/bterm",
    "description": "Cross-platform terminal emulator",
    "fork": true,
    "url": "https://api.github.com/repos/Izak88/bterm",
    "forks_url": "https://api.github.com/repos/Izak88/bterm/forks",
    "keys_url": "https://api.github.com/repos/Izak88/bterm/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/Izak88/bterm/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/Izak88/bterm/teams",
    "hooks_url": "https://api.github.com/repos/Izak88/bterm/hooks",
    "issue_events_url": "https://api.github.com/repos/Izak88/bterm/issues/events{/number}",
    "events_url": "https://api.github.com/repos/Izak88/bterm/events",
    "assignees_url": "https://api.github.com/repos/Izak88/bterm/assignees{/user}",
    "branches_url": "https://api.github.com/repos/Izak88/bterm/branches{/branch}",
    "tags_url": "https://api.github.com/repos/Izak88/bterm/tags",
    "blobs_url": "https://api.github.com/repos/Izak88/bterm/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/Izak88/bterm/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/Izak88/bterm/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/Izak88/bterm/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/Izak88/bterm/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/Izak88/bterm/languages",
    "stargazers_url": "https://api.github.com/repos/Izak88/bterm/stargazers",
    "contributors_url": "https://api.github.com/repos/Izak88/bterm/contributors",
    "subscribers_url": "https://api.github.com/repos/Izak88/bterm/subscribers",
    "subscription_url": "https://api.github.com/repos/Izak88/bterm/subscription",
    "commits_url": "https://api.github.com/repos/Izak88/bterm/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/Izak88/bterm/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/Izak88/bterm/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/Izak88/bterm/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/Izak88/bterm/contents/{+path}",
    "compare_url": "https://api.github.com/repos/Izak88/bterm/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/Izak88/bterm/merges",
    "archive_url": "https://api.github.com/repos/Izak88/bterm/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/Izak88/bterm/downloads",
    "issues_url": "https://api.github.com/repos/Izak88/bterm/issues{/number}",
    "pulls_url": "https://api.github.com/repos/Izak88/bterm/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/Izak88/bterm/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/Izak88/bterm/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/Izak88/bterm/labels{/name}",
    "releases_url": "https://api.github.com/repos/Izak88/bterm/releases{/id}",
    "deployments_url": "https://api.github.com/repos/Izak88/bterm/deployments",
    "created_at": "2017-04-08T10:01:15Z",
    "updated_at": "2017-04-08T10:01:17Z",
    "pushed_at": "2017-07-26T11:53:38Z",
    "git_url": "git://github.com/Izak88/bterm.git",
    "ssh_url": "[email protected]:Izak88/bterm.git",
    "clone_url": "https://github.com/Izak88/bterm.git",
    "svn_url": "https://github.com/Izak88/bterm",
    "homepage": "http://bterm.bleenco.io",
    "size": 685,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "TypeScript",
    "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"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: PageBuildEvent

PageBuildEvent

Represents an attempted build of a GitHub Pages site, whether successful or not.
Triggered on push to a GitHub Pages enabled branch (gh-pages for project pages, master for user and organization pages). Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: page_build

Example:

{
  "id": 15995382,
  "build": {
    "url": "https://api.github.com/repos/baxterthehacker/public-repo/pages/builds/15995382",
    "status": "built",
    "error": {
      "message": null
    },
    "pusher": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "commit": "053b99542c83021d6b202d1a1f5ecd5ef7084e55",
    "duration": 3790,
    "created_at": "2015-05-05T23:40:13Z",
    "updated_at": "2015-05-05T23:40:17Z"
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:12Z",
    "pushed_at": "2015-05-05T23:40:17Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 0,
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "baxterthehacker",
    "id": 6752317,
    "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/baxterthehacker",
    "html_url": "https://github.com/baxterthehacker",
    "followers_url": "https://api.github.com/users/baxterthehacker/followers",
    "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
    "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
    "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
    "repos_url": "https://api.github.com/users/baxterthehacker/repos",
    "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
    "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: team

  • admin can add users
  • admin can assign role to specific user and specific repository
  • repository can be private or public
  • user can have permission to multiple repositories and multiple users can have permission for one repository.
  • user can see and restart repository builds if has permission. Otherwise, the user can see repository in case it's public or can't see it.
  • users settings
  • profile picture
  • password change
  • personal data

[feat]: IssuesEvent

IssuesEvent

Triggered when an issue is assigned, unassigned, labeled, unlabeled, opened, edited, milestoned, demilestoned, closed, or reopened.

Webhook event name: issues

Example:

{
  "action": "opened",
  "issue": {
    "url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/2",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/2/labels{/name}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/2/comments",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/2/events",
    "html_url": "https://github.com/baxterthehacker/public-repo/issues/2",
    "id": 73464126,
    "number": 2,
    "title": "Spelling error in the README file",
    "user": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "labels": [
      {
        "id": 208045946,
        "url": "https://api.github.com/repos/baxterthehacker/public-repo/labels/bug",
        "name": "bug",
        "color": "fc2929",
        "default": true
      }
    ],
    "state": "open",
    "locked": false,
    "assignee": null,
    "milestone": null,
    "comments": 0,
    "created_at": "2015-05-05T23:40:28Z",
    "updated_at": "2015-05-05T23:40:28Z",
    "closed_at": null,
    "body": "It looks like you accidently spelled 'commit' with two 't's."
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:12Z",
    "pushed_at": "2015-05-05T23:40:27Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: MilestoneEvent

MilestoneEvent

Triggered when a milestone is created, closed, opened, edited, or deleted. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: milestone

Example:

{
  "action":"created",
  "milestone":{
    "url":"https://api.github.com/repos/baxterandthehackers/public-repo/milestones/3",
    "html_url":"https://github.com/baxterandthehackers/public-repo/milestones/Test%20milestone%20creation%20webhook%20from%20command%20line2",
    "labels_url":"https://api.github.com/repos/baxterandthehackers/public-repo/milestones/3/labels",
    "id":2055681,
    "number":3,
    "title":"I am a milestone",
    "description":null,
    "creator":{
      "login":"baxterthehacker",
      "id":7649605,
      "avatar_url":"https://avatars.githubusercontent.com/u/7649605?v=3",
      "gravatar_id":"",
      "url":"https://api.github.com/users/baxterthehacker",
      "html_url":"https://github.com/baxterthehacker",
      "followers_url":"https://api.github.com/users/baxterthehacker/followers",
      "following_url":"https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url":"https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url":"https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url":"https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url":"https://api.github.com/users/baxterthehacker/orgs",
      "repos_url":"https://api.github.com/users/baxterthehacker/repos",
      "events_url":"https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url":"https://api.github.com/users/baxterthehacker/received_events",
      "type":"User",
      "site_admin":true
    },
    "open_issues":0,
    "closed_issues":0,
    "state":"open",
    "created_at":"2016-10-07T19:26:08Z",
    "updated_at":"2016-10-07T19:26:08Z",
    "due_on":null,
    "closed_at":null
  },
  "repository":{
    "id":70275481,
    "name":"public-repo",
    "full_name":"baxterandthehackers/public-repo",
    "owner":{
      "login":"baxterandthehackers",
      "id":4312013,
      "avatar_url":"https://avatars.githubusercontent.com/u/4312013?v=3",
      "gravatar_id":"",
      "url":"https://api.github.com/users/baxterandthehackers",
      "html_url":"https://github.com/baxterandthehackers",
      "followers_url":"https://api.github.com/users/baxterandthehackers/followers",
      "following_url":"https://api.github.com/users/baxterandthehackers/following{/other_user}",
      "gists_url":"https://api.github.com/users/baxterandthehackers/gists{/gist_id}",
      "starred_url":"https://api.github.com/users/baxterandthehackers/starred{/owner}{/repo}",
      "subscriptions_url":"https://api.github.com/users/baxterandthehackers/subscriptions",
      "organizations_url":"https://api.github.com/users/baxterandthehackers/orgs",
      "repos_url":"https://api.github.com/users/baxterandthehackers/repos",
      "events_url":"https://api.github.com/users/baxterandthehackers/events{/privacy}",
      "received_events_url":"https://api.github.com/users/baxterandthehackers/received_events",
      "type":"Organization",
      "site_admin":false
    },
    "private":true,
    "html_url":"https://github.com/baxterandthehackers/public-repo",
    "description":null,
    "fork":false,
    "url":"https://api.github.com/repos/baxterandthehackers/public-repo",
    "forks_url":"https://api.github.com/repos/baxterandthehackers/public-repo/forks",
    "keys_url":"https://api.github.com/repos/baxterandthehackers/public-repo/keys{/key_id}",
    "collaborators_url":"https://api.github.com/repos/baxterandthehackers/public-repo/collaborators{/collaborator}",
    "teams_url":"https://api.github.com/repos/baxterandthehackers/public-repo/teams",
    "hooks_url":"https://api.github.com/repos/baxterandthehackers/public-repo/hooks",
    "issue_events_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues/events{/number}",
    "events_url":"https://api.github.com/repos/baxterandthehackers/public-repo/events",
    "assignees_url":"https://api.github.com/repos/baxterandthehackers/public-repo/assignees{/user}",
    "branches_url":"https://api.github.com/repos/baxterandthehackers/public-repo/branches{/branch}",
    "tags_url":"https://api.github.com/repos/baxterandthehackers/public-repo/tags",
    "blobs_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/blobs{/sha}",
    "git_tags_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/tags{/sha}",
    "git_refs_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/refs{/sha}",
    "trees_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/trees{/sha}",
    "statuses_url":"https://api.github.com/repos/baxterandthehackers/public-repo/statuses/{sha}",
    "languages_url":"https://api.github.com/repos/baxterandthehackers/public-repo/languages",
    "stargazers_url":"https://api.github.com/repos/baxterandthehackers/public-repo/stargazers",
    "contributors_url":"https://api.github.com/repos/baxterandthehackers/public-repo/contributors",
    "subscribers_url":"https://api.github.com/repos/baxterandthehackers/public-repo/subscribers",
    "subscription_url":"https://api.github.com/repos/baxterandthehackers/public-repo/subscription",
    "commits_url":"https://api.github.com/repos/baxterandthehackers/public-repo/commits{/sha}",
    "git_commits_url":"https://api.github.com/repos/baxterandthehackers/public-repo/git/commits{/sha}",
    "comments_url":"https://api.github.com/repos/baxterandthehackers/public-repo/comments{/number}",
    "issue_comment_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues/comments{/number}",
    "contents_url":"https://api.github.com/repos/baxterandthehackers/public-repo/contents/{+path}",
    "compare_url":"https://api.github.com/repos/baxterandthehackers/public-repo/compare/{base}...{head}",
    "merges_url":"https://api.github.com/repos/baxterandthehackers/public-repo/merges",
    "archive_url":"https://api.github.com/repos/baxterandthehackers/public-repo/{archive_format}{/ref}",
    "downloads_url":"https://api.github.com/repos/baxterandthehackers/public-repo/downloads",
    "issues_url":"https://api.github.com/repos/baxterandthehackers/public-repo/issues{/number}",
    "pulls_url":"https://api.github.com/repos/baxterandthehackers/public-repo/pulls{/number}",
    "milestones_url":"https://api.github.com/repos/baxterandthehackers/public-repo/milestones{/number}",
    "notifications_url":"https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}",
    "labels_url":"https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}",
    "releases_url":"https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}",
    "deployments_url":"https://api.github.com/repos/baxterandthehackers/public-repo/deployments",
    "created_at":"2016-10-07T19:10:12Z",
    "updated_at":"2016-10-07T19:10:12Z",
    "pushed_at":"2016-10-07T19:10:13Z",
    "git_url":"git://github.com/baxterandthehackers/public-repo.git",
    "ssh_url":"[email protected]:baxterandthehackers/public-repo.git",
    "clone_url":"https://github.com/baxterandthehackers/public-repo.git",
    "svn_url":"https://github.com/baxterandthehackers/public-repo",
    "homepage":null,
    "size":0,
    "stargazers_count":0,
    "watchers_count":0,
    "language":null,
    "has_issues":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"
  },
  "organization":{
    "login":"baxterandthehackers",
    "id":4312013,
    "url":"https://api.github.com/orgs/baxterandthehackers",
    "repos_url":"https://api.github.com/orgs/baxterandthehackers/repos",
    "events_url":"https://api.github.com/orgs/baxterandthehackers/events",
    "hooks_url":"https://api.github.com/orgs/baxterandthehackers/hooks",
    "issues_url":"https://api.github.com/orgs/baxterandthehackers/issues",
    "members_url":"https://api.github.com/orgs/baxterandthehackers/members{/member}",
    "public_members_url":"https://api.github.com/orgs/baxterandthehackers/public_members{/member}",
    "avatar_url":"https://avatars.githubusercontent.com/u/4312013?v=3",
    "description":""
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[docs] TODO list for the first release

  • Wiki: Installation instructions
  • Wiki: how to change SQLite/Postgres/Mysql
  • Wiki: how to backup abstruse
  • Benchmark: Abstruse, Jenkins, Drone, Travis, Strider, Go, Integrity
  • Update README
  • Do the final check of all docs

[feat]: DeploymentStatusEvent

DeploymentStatusEvent

Represents a deployment status. Events of this type are not visible in timelines. These events are only used to trigger hooks.

Webhook event name: deployment_status

Example:

{
  "deployment_status": {
    "url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses/1115122",
    "id": 1115122,
    "state": "success",
    "creator": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "description": null,
    "target_url": null,
    "created_at": "2015-05-05T23:40:39Z",
    "updated_at": "2015-05-05T23:40:39Z",
    "deployment_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
    "repository_url": "https://api.github.com/repos/baxterthehacker/public-repo"
  },
  "deployment": {
    "url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
    "id": 710692,
    "sha": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
    "ref": "master",
    "task": "deploy",
    "payload": {
    },
    "environment": "production",
    "description": null,
    "creator": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "created_at": "2015-05-05T23:40:38Z",
    "updated_at": "2015-05-05T23:40:38Z",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses",
    "repository_url": "https://api.github.com/repos/baxterthehacker/public-repo"
  },
  "repository": {
    "id": 35129377,
    "name": "public-repo",
    "full_name": "baxterthehacker/public-repo",
    "owner": {
      "login": "baxterthehacker",
      "id": 6752317,
      "avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/baxterthehacker",
      "html_url": "https://github.com/baxterthehacker",
      "followers_url": "https://api.github.com/users/baxterthehacker/followers",
      "following_url": "https://api.github.com/users/baxterthehacker/following{/other_user}",
      "gists_url": "https://api.github.com/users/baxterthehacker/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/baxterthehacker/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/baxterthehacker/subscriptions",
      "organizations_url": "https://api.github.com/users/baxterthehacker/orgs",
      "repos_url": "https://api.github.com/users/baxterthehacker/repos",
      "events_url": "https://api.github.com/users/baxterthehacker/events{/privacy}",
      "received_events_url": "https://api.github.com/users/baxterthehacker/received_events",
      "type": "User",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/baxterthehacker/public-repo",
    "description": "",
    "fork": false,
    "url": "https://api.github.com/repos/baxterthehacker/public-repo",
    "forks_url": "https://api.github.com/repos/baxterthehacker/public-repo/forks",
    "keys_url": "https://api.github.com/repos/baxterthehacker/public-repo/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/baxterthehacker/public-repo/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/baxterthehacker/public-repo/teams",
    "hooks_url": "https://api.github.com/repos/baxterthehacker/public-repo/hooks",
    "issue_events_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/events{/number}",
    "events_url": "https://api.github.com/repos/baxterthehacker/public-repo/events",
    "assignees_url": "https://api.github.com/repos/baxterthehacker/public-repo/assignees{/user}",
    "branches_url": "https://api.github.com/repos/baxterthehacker/public-repo/branches{/branch}",
    "tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/tags",
    "blobs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/baxterthehacker/public-repo/languages",
    "stargazers_url": "https://api.github.com/repos/baxterthehacker/public-repo/stargazers",
    "contributors_url": "https://api.github.com/repos/baxterthehacker/public-repo/contributors",
    "subscribers_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscribers",
    "subscription_url": "https://api.github.com/repos/baxterthehacker/public-repo/subscription",
    "commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
    "compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
    "archive_url": "https://api.github.com/repos/baxterthehacker/public-repo/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/baxterthehacker/public-repo/downloads",
    "issues_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues{/number}",
    "pulls_url": "https://api.github.com/repos/baxterthehacker/public-repo/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/baxterthehacker/public-repo/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
    "releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
    "created_at": "2015-05-05T23:40:12Z",
    "updated_at": "2015-05-05T23:40:30Z",
    "pushed_at": "2015-05-05T23:40:38Z",
    "git_url": "git://github.com/baxterthehacker/public-repo.git",
    "ssh_url": "[email protected]:baxterthehacker/public-repo.git",
    "clone_url": "https://github.com/baxterthehacker/public-repo.git",
    "svn_url": "https://github.com/baxterthehacker/public-repo",
    "homepage": null,
    "size": 0,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "open_issues_count": 2,
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "master"
  },
  "sender": {
    "login": "Izak88",
    "id": 8555269,
    "avatar_url": "https://avatars0.githubusercontent.com/u/8555269?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/Izak88",
    "html_url": "https://github.com/Izak88",
    "followers_url": "https://api.github.com/users/Izak88/followers",
    "following_url": "https://api.github.com/users/Izak88/following{/other_user}",
    "gists_url": "https://api.github.com/users/Izak88/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/Izak88/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/Izak88/subscriptions",
    "organizations_url": "https://api.github.com/users/Izak88/orgs",
    "repos_url": "https://api.github.com/users/Izak88/repos",
    "events_url": "https://api.github.com/users/Izak88/events{/privacy}",
    "received_events_url": "https://api.github.com/users/Izak88/received_events",
    "type": "User",
    "site_admin": false
  }
}

[feat]: permissions

  • admin can add users
  • admin can assign role to specific user and specific repository
  • repository can be private or public
  • user can have permission to multiple repositories and multiple users can have permission for one repository.
  • user can see, restart and stop repository build if has permission. Otherwise, the user can only see repository in case it's public or can't see it at all.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.