Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: CommitCommentEvent #16

Closed
Izak88 opened this issue Jul 26, 2017 · 0 comments
Closed

[feat]: CommitCommentEvent #16

Izak88 opened this issue Jul 26, 2017 · 0 comments

Comments

@Izak88
Copy link
Contributor

Izak88 commented Jul 26, 2017

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": "git@github.com: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
  }
}
@jkuri jkuri closed this as completed Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants