MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
106 stars 28 forks source link

Add support for changes_requested #81

Closed RafalSkorka closed 3 years ago

RafalSkorka commented 3 years ago

Hi, BitBucket recently added new option to Request changes instead of Approve for a pull request. it is exposed in the API https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/pullrequests/%7Bpull_request_id%7D in the participants object, but not available here. Could you update the schema so it is returned? Thank you!