Skip to content

Commit

Permalink
Add commit_status_404s to github_settings (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Desmond Cheng <[email protected]>
Co-authored-by: Sahn Lam <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2020
1 parent 674de1d commit b41b152
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildkite/resource_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ func resourcePipeline() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
},
"commit_status_404s": &schema.Schema{
Type: schema.TypeInt,
Computed: true,
},
},
},
},
Expand Down

0 comments on commit b41b152

Please sign in to comment.