Skip to content

Commit 420610a

Browse files
authored
Merge pull request #227 from netlify/add-stop-builds-to-repo
Add stop_builds property to repo info
2 parents bad661b + c5655cd commit 420610a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

go/models/repo_info.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,6 +1864,8 @@ definitions:
18641864
type: string
18651865
installation_id:
18661866
type: integer
1867+
stop_builds:
1868+
type: boolean
18671869
submission:
18681870
type: object
18691871
properties:

0 commit comments

Comments
 (0)