Skip to content

Commit 4d918b0

Browse files
chore: chore: update Updatecli jsonschema (#2197)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 94cd959 commit 4d918b0

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

content/en/schema/latest/config.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,35 @@
25572557
"body": {
25582558
"type": "string",
25592559
"description": "\"body\" defines a custom mergerequest body\n\ndefault:\n\tBy default a mergerequest body is generated out of a pipeline execution.\n\nremark:\n\tUnless you know what you are doing, you shouldn't set this value and rely on the sane default.\n\t\"body\" is useful to provide additional information when reviewing mergerequest, such as changelog url."
2560+
},
2561+
"assignees": {
2562+
"items": {
2563+
"type": "integer"
2564+
},
2565+
"type": "array",
2566+
"description": "\"assignees\" contains the list of assignee to add to the merge request\n\ndefault: empty\n\nremark:\n\t\tassignees only accept GitLab User IDs.\n\t\tTo find the user ID:\n\t\t\t1. Go to the users’ profile page.\n\t\t\t2. On the profile page, in the upper-right corner, select Actions (or ⋮).\n\t\t\t3. Select Copy user ID."
2567+
},
2568+
"reviewers": {
2569+
"items": {
2570+
"type": "integer"
2571+
},
2572+
"type": "array",
2573+
"description": "\"reviewers\" contains the list of reviewers to add to the merge request\n\ndefault: empty\n\nremark:\n\t\tassignees only accept GitLab User IDs.\n\t\tTo find the user ID:\n\t\t\t1. Go to the users’ profile page.\n\t\t\t2. On the profile page, in the upper-right corner, select Actions (or ⋮).\n\t\t\t3. Select Copy user ID."
2574+
},
2575+
"squash": {
2576+
"type": "boolean",
2577+
"description": "\"squash\" defines if all commits should be squashed into a single commit on merge\n\ndefault: false\n\nremark:\n\t\tproject settings might override this value"
2578+
},
2579+
"removesourcebranch": {
2580+
"type": "boolean",
2581+
"description": "\"removesourcebranch\" is a flag indicating if a merge request should remove the source branch when merging\n\ndefault: false"
2582+
},
2583+
"labels": {
2584+
"items": {
2585+
"type": "string"
2586+
},
2587+
"type": "array",
2588+
"description": "\"labels\" defines labels for the merge request.\n\n\tdefault: empty\n\n\tremark:\n\t\tif a label does not already exist, this creates a new project label and assigns it to the merge request"
25602589
}
25612590
},
25622591
"additionalProperties": false,

content/en/schema/latest/policy/manifest/config.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,35 @@
25572557
"body": {
25582558
"type": "string",
25592559
"description": "\"body\" defines a custom mergerequest body\n\ndefault:\n\tBy default a mergerequest body is generated out of a pipeline execution.\n\nremark:\n\tUnless you know what you are doing, you shouldn't set this value and rely on the sane default.\n\t\"body\" is useful to provide additional information when reviewing mergerequest, such as changelog url."
2560+
},
2561+
"assignees": {
2562+
"items": {
2563+
"type": "integer"
2564+
},
2565+
"type": "array",
2566+
"description": "\"assignees\" contains the list of assignee to add to the merge request\n\ndefault: empty\n\nremark:\n\t\tassignees only accept GitLab User IDs.\n\t\tTo find the user ID:\n\t\t\t1. Go to the users’ profile page.\n\t\t\t2. On the profile page, in the upper-right corner, select Actions (or ⋮).\n\t\t\t3. Select Copy user ID."
2567+
},
2568+
"reviewers": {
2569+
"items": {
2570+
"type": "integer"
2571+
},
2572+
"type": "array",
2573+
"description": "\"reviewers\" contains the list of reviewers to add to the merge request\n\ndefault: empty\n\nremark:\n\t\tassignees only accept GitLab User IDs.\n\t\tTo find the user ID:\n\t\t\t1. Go to the users’ profile page.\n\t\t\t2. On the profile page, in the upper-right corner, select Actions (or ⋮).\n\t\t\t3. Select Copy user ID."
2574+
},
2575+
"squash": {
2576+
"type": "boolean",
2577+
"description": "\"squash\" defines if all commits should be squashed into a single commit on merge\n\ndefault: false\n\nremark:\n\t\tproject settings might override this value"
2578+
},
2579+
"removesourcebranch": {
2580+
"type": "boolean",
2581+
"description": "\"removesourcebranch\" is a flag indicating if a merge request should remove the source branch when merging\n\ndefault: false"
2582+
},
2583+
"labels": {
2584+
"items": {
2585+
"type": "string"
2586+
},
2587+
"type": "array",
2588+
"description": "\"labels\" defines labels for the merge request.\n\n\tdefault: empty\n\n\tremark:\n\t\tif a label does not already exist, this creates a new project label and assigns it to the merge request"
25602589
}
25612590
},
25622591
"additionalProperties": false,

0 commit comments

Comments
 (0)