Skip to content

Commit

Permalink
Merge pull request #1460 from abezzub/issue-assignees
Browse files Browse the repository at this point in the history
Include assignee changes into IssueEvent
  • Loading branch information
svanharmelen committed May 4, 2022
2 parents 754673b + 1f10aef commit 294690d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions event_webhook_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ type IssueEvent struct {
Assignees *[]EventUser `json:"assignees"`
Labels []Label `json:"labels"`
Changes struct {
Assignees struct {
Previous []*EventUser `json:"previous"`
Current []*EventUser `json:"current"`
} `json:"assignees"`
Description struct {
Previous string `json:"previous"`
Current string `json:"current"`
Expand Down

0 comments on commit 294690d

Please sign in to comment.