GitHub Developer API announcement:
https://developer.github.com/changes/2018-01-05-dismiss-event-breaking-change/
This announcement actually confuses me a bit...
From the announcement, the dismissed_review IssueEvent is changing, but I don't see any history of it, so I don't know when it was introduced. Nevertheless, we would like to support it, so it needs to be added to the IssueEvent struct in github/issues_events.go.
I think it would suffice to leave its type as a string field, similar to other states returned by this package (as opposed to strictly enumerating the values), unless there are objections.
This would be a great first issue for a new contributor to this repo or new Go developer to work on.
All help is greatly appreciated. Thank you!
GitHub Developer API announcement:
https://developer.github.com/changes/2018-01-05-dismiss-event-breaking-change/
This announcement actually confuses me a bit...
From the announcement, the
dismissed_reviewIssueEvent is changing, but I don't see any history of it, so I don't know when it was introduced. Nevertheless, we would like to support it, so it needs to be added to theIssueEventstruct ingithub/issues_events.go.I think it would suffice to leave its type as a
stringfield, similar to other states returned by this package (as opposed to strictly enumerating the values), unless there are objections.This would be a great first issue for a new contributor to this repo or new Go developer to work on.
All help is greatly appreciated. Thank you!