Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add missing fields to SetDroneCIServiceOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Josip Majača committed Feb 24, 2024
1 parent fbde059 commit 2132289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,9 @@ type SetDroneCIServiceOptions struct {
Token *string `url:"token,omitempty" json:"token,omitempty"`
DroneURL *string `url:"drone_url,omitempty" json:"drone_url,omitempty"`
EnableSSLVerification *bool `url:"enable_ssl_verification,omitempty" json:"enable_ssl_verification,omitempty"`
PushEvents *bool `url:"push_events,omitempty" json:"push_events,omitempty"`
MergeRequestsEvents *bool `url:"merge_requests_events,omitempty" json:"merge_requests_events,omitempty"`
TagPushEvents *bool `url:"tag_push_events,omitempty" json:"tag_push_events,omitempty"`
}

// SetDroneCIService sets Drone CI service for a project.
Expand Down

0 comments on commit 2132289

Please sign in to comment.