Skip to content

Add issueable actor to hooks

gitlab-qa-bot requested to merge github/fork/Bugagazavr/issue-actor into master

Created by: Bugagazavr

What does this MR do? shows who performed an action on issue and merge request Are there points in the code the reviewer needs to double check?

Why was this MR needed? For many chats, to get many information who performed action

{  
   "object_kind":"issue",
   "user":{  
      "name":"Administrator",
      "username":"root",
      "avatar_url":"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon"
   },
   "object_attributes":{  
      "id":77,
      "title":"Saepe odit vel et nihil illo qui corporis modi.",
      "assignee_id":20,
      "author_id":20,
      "project_id":8,
      "created_at":"2014-10-05 12:30:03 UTC",
      "updated_at":"2014-10-05 13:00:25 UTC",
      "position":0,
      "branch_name":null,
      "description":"A reiciendis et laborum.",
      "milestone_id":26,
      "state":"closed",
      "iid":7,
      "url":"http://localhost:3000/h5bp/html5-boilerplate/issues/7",
      "action":"close"
   }
}

Merge request reports