Skip to content

Commit eefd68a

Browse files
authored
Merge pull request xanzy#1346 from itscaro/qtran/auto_cancel_pending_pipelines
add auto_cancel_pending_pipelines to Project
2 parents d909b32 + 7f8d0bc commit eefd68a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ type Project struct {
110110
OperationsAccessLevel AccessControlValue `json:"operations_access_level"`
111111
AutocloseReferencedIssues bool `json:"autoclose_referenced_issues"`
112112
SuggestionCommitMessage string `json:"suggestion_commit_message"`
113+
AutoCancelPendingPipelines string `json:"auto_cancel_pending_pipelines"`
113114
CIForwardDeploymentEnabled bool `json:"ci_forward_deployment_enabled"`
114115
SquashOption SquashOptionValue `json:"squash_option"`
115116
SharedWithGroups []struct {

0 commit comments

Comments
 (0)