Commit 0b453ca
gitlab issue event sends assignees (multiple) not assignee (single) (#161)
I also got hit by the gitlab API change where the IssueEventPayload
doesn't contain a field 'assignee' but only 'assignees' - even though
there's only one...
#159
The 'assignee' field is deprecated but not removed
(https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#issue-events)
so it's kept in the struct.
---------
Co-authored-by: Kuba Raczkowski <kuba.raczkowski@spectricity.com>1 parent 200ca6c commit 0b453ca
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
0 commit comments