Remove labels deserialization for gogs and gitea PRs

This fixes #2154
This commit is contained in:
Vincent Lequertier 2018-04-10 10:47:28 +02:00
parent 923dcec109
commit 23f215df0e
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@ type pullRequestHook struct {
} `json:"user"`
Title string `json:"title"`
Body string `json:"body"`
Labels []string `json:"labels"`
State string `json:"state"`
URL string `json:"html_url"`
Mergeable bool `json:"mergeable"`

View file

@ -70,7 +70,6 @@ type pullRequestHook struct {
} `json:"user"`
Title string `json:"title"`
Body string `json:"body"`
Labels []string `json:"labels"`
State string `json:"state"`
URL string `json:"html_url"`
Mergeable bool `json:"mergeable"`