fix(event_webhook_types): Add StartDate to IssueCommentEventIssue struct
Summary
The IssueCommentEventIssue struct in event_webhook_types.go was missing the start_date field. Fixes #2284 (closed)
Changes
- Added
StartDate *ISOTimefield toIssueCommentEventIssueinevent_webhook_types.go - Updated the
note_issue.jsontest fixture to includestart_date - Added assertion for
StartDateinTestIssueCommentEventUnmarshal