Skip to content

Commit 1045373

Browse files
committed
Add 'html_url' to Commit Comment
1 parent 7eaa392 commit 1045373

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)