From 104537318f0680d738a831dec9cc5f462a5fdcb0 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Fri, 18 May 2012 02:21:02 +0900 Subject: [PATCH] Add 'html_url' to Commit Comment --- lib/resources.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/resources.rb b/lib/resources.rb index 83093615d6..246a71f3ca 100644 --- a/lib/resources.rb +++ b/lib/resources.rb @@ -261,6 +261,7 @@ def json(key) COMMIT_COMMENT = { "url" => "https://api.github.com/repos/octocat/Hello-World/pulls/comments/1", + "html_url" => "https://github.com/repos/octocat/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1", "id" => 1, "body" => "Great stuff", "path" => "file1.txt",