Issue Events API - Dismissed Review Event State
On January 17, 2018, we will introduce a breaking change to the dismissed_review
event in the Issue Events API.
Currently, the REST API v3 passes an integer for state
, but with this change it will pass a more informative string. Possible strings include commented
, approved
, or changes_requested
. Along with this breaking change, the API will no longer include the dismissal_commit_id
field if a commit was not involved in the dismissal.
Please update your code accordingly, and let us know if you have any questions or feedback!