Skip to content

Commit

Permalink
add auto_cancel_pending_pipelines to Project
Browse files Browse the repository at this point in the history
Signed-off-by: Quan TRAN <account@itscaro.me>
  • Loading branch information
itscaro committed Jan 20, 2022
1 parent d909b32 commit 7f8d0bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects.go
Expand Up @@ -110,6 +110,7 @@ type Project struct {
OperationsAccessLevel AccessControlValue `json:"operations_access_level"`
AutocloseReferencedIssues bool `json:"autoclose_referenced_issues"`
SuggestionCommitMessage string `json:"suggestion_commit_message"`
AutoCancelPendingPipelines string `json:"auto_cancel_pending_pipelines"`
CIForwardDeploymentEnabled bool `json:"ci_forward_deployment_enabled"`
SquashOption SquashOptionValue `json:"squash_option"`
SharedWithGroups []struct {
Expand Down

0 comments on commit 7f8d0bc

Please sign in to comment.