Commit feb856f4 authored by Lawrence Li's avatar Lawrence Li Committed by Sander van Harmelen

add oldrev field to Merge Request Event type. (#458)

parent b8189bef
...@@ -477,6 +477,7 @@ type MergeEvent struct { ...@@ -477,6 +477,7 @@ type MergeEvent struct {
WorkInProgress bool `json:"work_in_progress"` WorkInProgress bool `json:"work_in_progress"`
URL string `json:"url"` URL string `json:"url"`
Action string `json:"action"` Action string `json:"action"`
OldRev string `json:"oldrev"`
Assignee struct { Assignee struct {
Name string `json:"name"` Name string `json:"name"`
Username string `json:"username"` Username string `json:"username"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment