We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c61b8 commit 0c3a0b0Copy full SHA for 0c3a0b0
gitea/pull.go
@@ -38,6 +38,9 @@ type PullRequest struct {
38
Base *PRBranchInfo `json:"base"`
39
Head *PRBranchInfo `json:"head"`
40
MergeBase string `json:"merge_base"`
41
+
42
+ Created *time.Time `json:"created_at"`
43
+ Updated *time.Time `json:"updated_at"`
44
}
45
46
// PRBranchInfo base branch info when send a PR
0 commit comments