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

Commit

Permalink
Merge pull request #1346 from itscaro/qtran/auto_cancel_pending_pipel…
Browse files Browse the repository at this point in the history
…ines

add auto_cancel_pending_pipelines to Project
  • Loading branch information
svanharmelen authored Jan 24, 2022
2 parents d909b32 + 7f8d0bc commit eefd68a
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 @@ -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 eefd68a

Please sign in to comment.