diff --git a/gitea/pull.go b/gitea/pull.go index fcccf07..a50db96 100644 --- a/gitea/pull.go +++ b/gitea/pull.go @@ -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