type
GitHub.merge_result
=
{ 
string
 
sha
, 
bool
 
merged
, 
string
 
message
 }
type
GitHub.pull_req_create_comment_input
=
Variant
  •    
    { 
    string
     
    body
    , 
    string
     
    commit_id
    , 
    string
     
    path
    , 
    int
     
    position
     }
  • or 
    { 
    string
     
    body
    , 
    int
     
    in_reply_to
     }
type
GitHub.pull_req_input
=
Variant
  •    
    { 
    string
     
    title
    , 
    option
    (
    string
    )
     
    body
     }
  • or 
    { 
    int
     
    issue
     }
type
GitHub.pull_request_comment
=
{ 
string
 
url
, 
int
 
id
, 
string
 
body
, 
string
 
path
, 
int
 
position
, 
string
 
commit_id
, 
Date.date
 
created_at
, 
Date.date
 
updated_at
, 
 }

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.