Skip to content

Commit

Permalink
Merge pull request #1 from mattewebdev/master
Browse files Browse the repository at this point in the history
added DECLINED pull request status
  • Loading branch information
gnello committed Jul 1, 2019
2 parents 42ac655 + 203007e commit 158f4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Services/BitbucketService.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class BitbucketService implements ServiceInterface
const PULL_REQUEST_APPROVED = 'pullrequest:approved';
const PULL_REQUEST_APPROVAL_REMOVED = 'pullrequest:unapproved';
const PULL_REQUEST_MERGED = 'pullrequest:fulfilled';
const PULL_REQUEST_DECLINED = 'pullrequest:rejected';
const PULL_REQUEST_COMMENT_CREATED = 'pullrequest:comment_created';
const PULL_REQUEST_COMMENT_UPDATED = 'pullrequest:comment_updated';
const PULL_REQUEST_COMMENT_DELETED = 'pullrequest:comment_deleted';
Expand Down

0 comments on commit 158f4e4

Please sign in to comment.