Skip to content

Commit

Permalink
Add SquashOption to project struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjmdski committed Sep 23, 2021
1 parent 7859f46 commit d22a43d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ type Project struct {
AutocloseReferencedIssues bool `json:"autoclose_referenced_issues"`
SuggestionCommitMessage string `json:"suggestion_commit_message"`
CIForwardDeploymentEnabled bool `json:"ci_forward_deployment_enabled"`
SquashOption *SquashOptionValue `json:"squash_option"`
SharedWithGroups []struct {
GroupID int `json:"group_id"`
GroupName string `json:"group_name"`
Expand Down

0 comments on commit d22a43d

Please sign in to comment.