Support ci_pipeline_variables_minimum_override_role and remove restrict_user_defined_variables in the Projects API (#3696)

This commit is contained in:
Justin Dalrymple 2025-03-16 22:43:59 -04:00 committed by GitHub
parent cf3ca661aa
commit 05ea35bc2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,7 +142,7 @@ export interface ProjectSchema extends SimpleProjectSchema {
repository_storage: string;
only_allow_merge_if_pipeline_succeeds: boolean;
allow_merge_on_skipped_pipeline: boolean;
restrict_user_defined_variables: boolean;
ci_pipeline_variables_minimum_override_role: boolean;
only_allow_merge_if_all_discussions_are_resolved: boolean;
remove_source_branch_after_merge: boolean;
printing_merge_requests_link_enabled: boolean;