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 c662dd0 commit 06902feCopy full SHA for 06902fe
gitea/issue.go
@@ -30,6 +30,7 @@ type PullRequestMeta struct {
30
// Issue an issue to a repository
31
type Issue struct {
32
ID int64 `json:"id"`
33
+ URL string `json:"url"`
34
Index int64 `json:"number"`
35
Poster *User `json:"user"`
36
Title string `json:"title"`
gitea/pull.go
@@ -14,6 +14,7 @@ import (
14
// PullRequest represents a pull request API object.
15
type PullRequest struct {
16
17
18
19
20
0 commit comments