Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit b9bd00e

Browse files
committed
Merge pull request #89 from tricknotes/html_url-to-commit-comment
Add 'html_url' to Commit Comment
2 parents 6946263 + 1045373 commit b9bd00e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resources.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def json(key)
261261

262262
COMMIT_COMMENT = {
263263
"url" => "https://api.github.com/repos/octocat/Hello-World/pulls/comments/1",
264+
"html_url" => "https://github.com/repos/octocat/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1",
264265
"id" => 1,
265266
"body" => "Great stuff",
266267
"path" => "file1.txt",

0 commit comments

Comments
 (0)