Add created_at and updated_at in PR json (#52)

This commit is contained in:
Jonas Östanbäck 2017-04-27 02:40:26 +02:00 committed by Lunny Xiao
parent 01c61b83ae
commit 0c3a0b0b5e

View File

@ -38,6 +38,9 @@ type PullRequest struct {
Base *PRBranchInfo `json:"base"`
Head *PRBranchInfo `json:"head"`
MergeBase string `json:"merge_base"`
Created *time.Time `json:"created_at"`
Updated *time.Time `json:"updated_at"`
}
// PRBranchInfo base branch info when send a PR