mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 19:23:03 +00:00
Merge pull request #2396 from SkySymbol/issue_2154_labels
Remove labels deserialization for gogs and gitea PRs
This commit is contained in:
@@ -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"`
|
||||
|
@@ -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"`
|
||||
|
Reference in New Issue
Block a user