Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 870 Bytes

foo.md

File metadata and controls

39 lines (28 loc) · 870 Bytes

natdm left a review:

Commented on 2021-09-25T13:26:32Z

Here is a review comment
Here is the second line in the comment..
And here were some spaces, and the last line.

lua/pulls/api.lua

@@ -23,6 +23,10 @@ function M.description_edit(pull_req_no, body)
     return github.update_pull_requests(pull_req_no, {body = body})
 end
 
+function M.description_edit_title(pull_req_no, title)

natdm at 2021-09-25T13:26:01Z:
Starting review

natdm at 2021-09-25T22:48:32Z:
This is a reply..

natdm at 2021-09-27T05:33:38Z:
Another reply. 👎

lua/pulls/init.lua

@@ -140,6 +140,8 @@ local function save_reviews(pull_req_no)
         print("unable to get reviews: " .. reviews.error)
         return
     end
+

natdm at 2021-09-25T13:26:13Z:
Another review comment