Merge pull request #2396 from SkySymbol/issue_2154_labels
Remove labels deserialization for gogs and gitea PRs
This commit is contained in:
commit
9d8f8c3a44
2 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@ type pullRequestHook struct {
|
||||||
} `json:"user"`
|
} `json:"user"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Body string `json:"body"`
|
Body string `json:"body"`
|
||||||
Labels []string `json:"labels"`
|
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
URL string `json:"html_url"`
|
URL string `json:"html_url"`
|
||||||
Mergeable bool `json:"mergeable"`
|
Mergeable bool `json:"mergeable"`
|
||||||
|
|
|
@ -70,7 +70,6 @@ type pullRequestHook struct {
|
||||||
} `json:"user"`
|
} `json:"user"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Body string `json:"body"`
|
Body string `json:"body"`
|
||||||
Labels []string `json:"labels"`
|
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
URL string `json:"html_url"`
|
URL string `json:"html_url"`
|
||||||
Mergeable bool `json:"mergeable"`
|
Mergeable bool `json:"mergeable"`
|
||||||
|
|
Loading…
Reference in a new issue