We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d909b32 + 7f8d0bc commit eefd68aCopy full SHA for eefd68a
projects.go
@@ -110,6 +110,7 @@ type Project struct {
110
OperationsAccessLevel AccessControlValue `json:"operations_access_level"`
111
AutocloseReferencedIssues bool `json:"autoclose_referenced_issues"`
112
SuggestionCommitMessage string `json:"suggestion_commit_message"`
113
+ AutoCancelPendingPipelines string `json:"auto_cancel_pending_pipelines"`
114
CIForwardDeploymentEnabled bool `json:"ci_forward_deployment_enabled"`
115
SquashOption SquashOptionValue `json:"squash_option"`
116
SharedWithGroups []struct {
0 commit comments