include repository concurrency limit in json payload
This commit is contained in:
parent
778d0a0aff
commit
6af2647e43
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ type (
|
|||
CancelPulls bool `json:"auto_cancel_pull_requests"`
|
||||
CancelPush bool `json:"auto_cancel_pushes"`
|
||||
Timeout int64 `json:"timeout"`
|
||||
Throttle int64 `json:"-"`
|
||||
Throttle int64 `json:"throttle,omitempty"`
|
||||
Counter int64 `json:"counter"`
|
||||
Synced int64 `json:"synced"`
|
||||
Created int64 `json:"created"`
|
||||
|
|
Loading…
Reference in a new issue