Merge pull request #2396 from SkySymbol/issue_2154_labels

Remove labels deserialization for gogs and gitea PRs
This commit is contained in:
Brad Rydzewski 2018-04-10 09:07:28 -07:00 committed by GitHub
commit 9d8f8c3a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"`