Adds support for Bitbucket Server (#63)

This commit is contained in:
Mathias Åhsberg
2019-03-31 13:49:55 +02:00
committed by Dean Karn
parent a1051fd871
commit acf48b9638
22 changed files with 4032 additions and 1 deletions
+1 -1
View File
@@ -3749,7 +3749,7 @@ type PullRequestReviewCommentPayload struct {
Href string `json:"href"`
} `json:"pull_request"`
} `json:"_links"`
InReplyToID int64 `json:"in_reply_to_id"`
InReplyToID int64 `json:"in_reply_to_id"`
} `json:"comment"`
PullRequest struct {
URL string `json:"url"`