Skip to content

Commit 6e65cf6

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

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

content/en/schema/latest/config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,27 +2536,27 @@
25362536
},
25372537
"sourcebranch": {
25382538
"type": "string",
2539-
"description": "\"sourcebranch\" defines the branch name used as a source to create the GitLab mergerequest.\n\n\t\tdefault:\n\t\t\t\"sourcebranch\" inherits the value from the scm branch if a scm of kind \"gitlab\" is specified by the action.\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
2539+
"description": "\"sourcebranch\" defines the branch name used as a source to create the GitLab mergerequest.\n\ndefault:\n\t\t\"sourcebranch\" inherits the value from the scm branch if a scm of kind \"gitlab\" is specified by the action.\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
25402540
},
25412541
"targetbranch": {
25422542
"type": "string",
2543-
"description": "\"targetbranch\" defines the branch name used as a target to create the GitLab mergerequest.\n\n\t\tdefault:\n\t\t\t\"targetbranch\" inherits the value from the scm working branch if a scm of kind \"gitlab\" is specified by the action.\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default.\n\t\t\tthe GitLab scm will create and use a working branch such as updatecli_xxxx"
2543+
"description": "\"targetbranch\" defines the branch name used as a target to create the GitLab mergerequest.\n\ndefault:\n\t\t\"targetbranch\" inherits the value from the scm working branch if a scm of kind \"gitlab\" is specified by the action.\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default.\n\t\tthe GitLab scm will create and use a working branch such as updatecli_xxxx"
25442544
},
25452545
"owner": {
25462546
"type": "string",
2547-
"description": "\"owner\" defines the GitLab repository owner.\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
2547+
"description": "\"owner\" defines the GitLab repository owner.\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
25482548
},
25492549
"repository": {
25502550
"type": "string",
2551-
"description": "\"repository\" defines the GitLab repository for a specific owner\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
2551+
"description": "\"repository\" defines the GitLab repository for a specific owner\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
25522552
},
25532553
"title": {
25542554
"type": "string",
2555-
"description": "\"title\" defines the GitLab mergerequest title\n\n\t\tdefault:\n\t\t\tA GitLab mergerequest title is defined by one of the following location (first match)\n\t\t\t\t1. title is defined by the spec such as:\n\n\t\t\t\t\tactions:\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tkind: gitlab/mergerequest\n\t\t\t\t\t\t\tscmid: default\n\t\t\t\t\t\t\tspec:\n\t\t\t\t\t\t\t\ttitle: This is my awesome title\n\n\t\t\t\t2. title is defined by the action such as:\n\n\t\t\t\t\tactions:\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tkind: gitlab/mergerequest\n\t\t\t\t\t\t\tscmid default\n\t\t\t\t\t\t\ttitle: This is my awesome title\n\n\t\t\t\t3. title is defined by the first associated target title\n\n\t\t\t\t4. title is defined by the pipeline title\n\n\t\tremark:\n\t\t\tusually we prefer to go with option 2"
2555+
"description": "\"title\" defines the GitLab mergerequest title\n\ndefault:\n\t \tA GitLab mergerequest title is defined by one of the following location (first match)\n\t \t\t1. title is defined by the spec such as:\n\n\t \t\t\tactions:\n\t \t\t\t\tdefault:\n\t \t\t\t\t\tkind: gitlab/mergerequest\n\t \t\t\t\t\tscmid: default\n\t \t\t\t\t\tspec:\n\t \t\t\t\t\t\ttitle: This is my awesome title\n\n\t \t\t2. title is defined by the action such as:\n\n\t \t\t\tactions:\n\t \t\t\t\tdefault:\n\t \t\t\t\t\tkind: gitlab/mergerequest\n\t \t\t\t\t\tscmid default\n\t \t\t\t\t\ttitle: This is my awesome title\n\n\t \t\t3. title is defined by the first associated target title\n\n\t \t\t4. title is defined by the pipeline title\n\nremark:\n\t\tusually we prefer to go with option 2"
25562556
},
25572557
"body": {
25582558
"type": "string",
2559-
"description": "\"body\" defines a custom mergerequest body\n\n\t\tdefault:\n\t\t\tBy default a mergerequest body is generated out of a pipeline execution.\n\n\t\tremark:\n\t\t\tUnless you know what you are doing, you shouldn't set this value and rely on the sane default.\n\t\t\t\"body\" is useful to provide additional information when reviewing mergerequest, such as changelog url."
2559+
"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."
25602560
}
25612561
},
25622562
"additionalProperties": false,

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,27 +2536,27 @@
25362536
},
25372537
"sourcebranch": {
25382538
"type": "string",
2539-
"description": "\"sourcebranch\" defines the branch name used as a source to create the GitLab mergerequest.\n\n\t\tdefault:\n\t\t\t\"sourcebranch\" inherits the value from the scm branch if a scm of kind \"gitlab\" is specified by the action.\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
2539+
"description": "\"sourcebranch\" defines the branch name used as a source to create the GitLab mergerequest.\n\ndefault:\n\t\t\"sourcebranch\" inherits the value from the scm branch if a scm of kind \"gitlab\" is specified by the action.\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
25402540
},
25412541
"targetbranch": {
25422542
"type": "string",
2543-
"description": "\"targetbranch\" defines the branch name used as a target to create the GitLab mergerequest.\n\n\t\tdefault:\n\t\t\t\"targetbranch\" inherits the value from the scm working branch if a scm of kind \"gitlab\" is specified by the action.\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default.\n\t\t\tthe GitLab scm will create and use a working branch such as updatecli_xxxx"
2543+
"description": "\"targetbranch\" defines the branch name used as a target to create the GitLab mergerequest.\n\ndefault:\n\t\t\"targetbranch\" inherits the value from the scm working branch if a scm of kind \"gitlab\" is specified by the action.\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default.\n\t\tthe GitLab scm will create and use a working branch such as updatecli_xxxx"
25442544
},
25452545
"owner": {
25462546
"type": "string",
2547-
"description": "\"owner\" defines the GitLab repository owner.\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
2547+
"description": "\"owner\" defines the GitLab repository owner.\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
25482548
},
25492549
"repository": {
25502550
"type": "string",
2551-
"description": "\"repository\" defines the GitLab repository for a specific owner\n\n\t\tremark:\n\t\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
2551+
"description": "\"repository\" defines the GitLab repository for a specific owner\n\nremark:\n\t\tunless you know what you are doing, you shouldn't set this value and rely on the scmid to provide the sane default."
25522552
},
25532553
"title": {
25542554
"type": "string",
2555-
"description": "\"title\" defines the GitLab mergerequest title\n\n\t\tdefault:\n\t\t\tA GitLab mergerequest title is defined by one of the following location (first match)\n\t\t\t\t1. title is defined by the spec such as:\n\n\t\t\t\t\tactions:\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tkind: gitlab/mergerequest\n\t\t\t\t\t\t\tscmid: default\n\t\t\t\t\t\t\tspec:\n\t\t\t\t\t\t\t\ttitle: This is my awesome title\n\n\t\t\t\t2. title is defined by the action such as:\n\n\t\t\t\t\tactions:\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tkind: gitlab/mergerequest\n\t\t\t\t\t\t\tscmid default\n\t\t\t\t\t\t\ttitle: This is my awesome title\n\n\t\t\t\t3. title is defined by the first associated target title\n\n\t\t\t\t4. title is defined by the pipeline title\n\n\t\tremark:\n\t\t\tusually we prefer to go with option 2"
2555+
"description": "\"title\" defines the GitLab mergerequest title\n\ndefault:\n\t \tA GitLab mergerequest title is defined by one of the following location (first match)\n\t \t\t1. title is defined by the spec such as:\n\n\t \t\t\tactions:\n\t \t\t\t\tdefault:\n\t \t\t\t\t\tkind: gitlab/mergerequest\n\t \t\t\t\t\tscmid: default\n\t \t\t\t\t\tspec:\n\t \t\t\t\t\t\ttitle: This is my awesome title\n\n\t \t\t2. title is defined by the action such as:\n\n\t \t\t\tactions:\n\t \t\t\t\tdefault:\n\t \t\t\t\t\tkind: gitlab/mergerequest\n\t \t\t\t\t\tscmid default\n\t \t\t\t\t\ttitle: This is my awesome title\n\n\t \t\t3. title is defined by the first associated target title\n\n\t \t\t4. title is defined by the pipeline title\n\nremark:\n\t\tusually we prefer to go with option 2"
25562556
},
25572557
"body": {
25582558
"type": "string",
2559-
"description": "\"body\" defines a custom mergerequest body\n\n\t\tdefault:\n\t\t\tBy default a mergerequest body is generated out of a pipeline execution.\n\n\t\tremark:\n\t\t\tUnless you know what you are doing, you shouldn't set this value and rely on the sane default.\n\t\t\t\"body\" is useful to provide additional information when reviewing mergerequest, such as changelog url."
2559+
"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."
25602560
}
25612561
},
25622562
"additionalProperties": false,

0 commit comments

Comments
 (0)