mirror of
https://github.com/harness/drone.git
synced 2025-05-17 09:30:00 +08:00
include repository concurrency limit in json payload
This commit is contained in:
parent
778d0a0aff
commit
6af2647e43
@ -54,7 +54,7 @@ type (
|
|||||||
CancelPulls bool `json:"auto_cancel_pull_requests"`
|
CancelPulls bool `json:"auto_cancel_pull_requests"`
|
||||||
CancelPush bool `json:"auto_cancel_pushes"`
|
CancelPush bool `json:"auto_cancel_pushes"`
|
||||||
Timeout int64 `json:"timeout"`
|
Timeout int64 `json:"timeout"`
|
||||||
Throttle int64 `json:"-"`
|
Throttle int64 `json:"throttle,omitempty"`
|
||||||
Counter int64 `json:"counter"`
|
Counter int64 `json:"counter"`
|
||||||
Synced int64 `json:"synced"`
|
Synced int64 `json:"synced"`
|
||||||
Created int64 `json:"created"`
|
Created int64 `json:"created"`
|
||||||
|
Loading…
Reference in New Issue
Block a user