Issue Events API - Dismissed Review Event State
As previously announced, today we introduced a breaking change to the dismissed_review
object in the Issue Events API and Issue Timeline API.
Going forward, the state
will be a more informative string instead of an integer. Possible strings include commented
, approved
, or changes_requested
. 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.