FIX: gitlab merge request event assignee payload
- gitlab updated their MR payload which adds a parent field for the list of assignees - this fix update the Assignee struct to add the missing `Email` and `ID` field - adds an array of assignees as part of the MR event payload Closes #101
This commit is contained in:
+10
-1
@@ -136,5 +136,14 @@
|
||||
"group_id": 41
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
"assignees": [
|
||||
{
|
||||
"id": 6,
|
||||
"name": "User1",
|
||||
"username": "user1",
|
||||
"avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon",
|
||||
"email": "user1@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user