Skip to content
Snippets Groups Projects
Unverified Commit 87a6b9db authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub
Browse files

Merge pull request #719 from chyroc/fix-merge-event-title-change

fix: add title change to merge-event
parents bea40f5e a2011bf8
No related branches found
No related tags found
No related merge requests found
......@@ -595,6 +595,10 @@ type MergeEvent struct {
Previous int `json:"previous"`
Current int `json:"current"`
} `json:"updated_by_id"`
Title struct {
Previous string `json:"previous"`
Current string `json:"current"`
} `json:"title"`
} `json:"changes"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment