Merge pull request #47 from matsubara0507/fix-repo-counter-type-to-patch

Change `RepoPatch.Counter` type to `int64` from `int`
pull/56/head
Brad Rydzewski 4 years ago committed by GitHub
commit 835ba4a9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@ type (
IgnorePulls *bool `json:"ignore_pull_requests"`
CancelPulls *bool `json:"auto_cancel_pull_requests"`
CancelPush *bool `json:"auto_cancel_pushes"`
Counter *int `json:"counter,omitempty"`
Counter *int64 `json:"counter,omitempty"`
}
// Build defines a build object.

Loading…
Cancel
Save