mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-26 00:55:09 +00:00
@@ -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"`
|
||||||
|
Reference in New Issue
Block a user