Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/en/schema/latest/policy/manifest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2756,8 +2756,7 @@
"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"
},
"mergewhenpipelinesucceeds": {
"type": "boolean",
"description": "mergewhenpipelinesucceeds indicates whether to merge the merge request when the pipeline succeeds\n\ndefault: false\n\nremark:\n\n\tThis requires that the merge request has approvals set up in the project settings"
"type": "boolean"
},
"mergecommitmessage": {
"type": "string",
Expand Down
Loading