From ab04c244dc7a2405a55d532e1793256a47685f38 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 16 Aug 2023 15:10:29 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../json_schemas/default_branch_protection_defaults.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'app/validators/json_schemas') diff --git a/app/validators/json_schemas/default_branch_protection_defaults.json b/app/validators/json_schemas/default_branch_protection_defaults.json index d93527ad0a4..02491d2708b 100644 --- a/app/validators/json_schemas/default_branch_protection_defaults.json +++ b/app/validators/json_schemas/default_branch_protection_defaults.json @@ -27,7 +27,11 @@ "additionalProperties": false, "properties": { "access_level": { - "type": "integer" + "type": "integer", + "enum": [ + 30, + 40 + ] } } } @@ -52,7 +56,11 @@ "additionalProperties": false, "properties": { "access_level": { - "type": "integer" + "type": "integer", + "enum": [ + 30, + 40 + ] } } } -- cgit v1.2.3