Add Bitbucket tests

This commit is contained in:
joeybloggs
2016-01-07 15:51:13 -05:00
parent 4598745601
commit b6efbd9323
5 changed files with 2906 additions and 22 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ type PullRequestMergedPayload struct {
Repository Repository `json:"repository"`
}
// PullRequestUnapprovedPayload is the Bitbucket pullrequest:unapproved payload
type PullRequestUnapprovedPayload struct {
// PullRequestApprovalRemovedPayload is the Bitbucket pullrequest:unapproved payload
type PullRequestApprovalRemovedPayload struct {
Actor User `json:"actor"`
PullRequest PullRequest `json:"pullrequest"`
Repository Repository `json:"repository"`