Skip to content

Commit 0724220

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

1 file changed

Lines changed: 13 additions & 24 deletions

File tree

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

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,8 +2703,7 @@
27032703
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
27042704
},
27052705
"tokentype": {
2706-
"type": "string",
2707-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
2706+
"type": "string"
27082707
},
27092708
"sourcebranch": {
27102709
"type": "string",
@@ -2735,14 +2734,14 @@
27352734
"type": "integer"
27362735
},
27372736
"type": "array",
2738-
"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."
2737+
"description": "\"assignees\" contains the list of assignee to add to the merge request\n\ndefault: empty\n\nremark:\n assignees only accept GitLab User IDs.\n To find the user ID:\n 1. Go to the users’ profile page.\n 2. On the profile page, in the upper-right corner, select Actions (or ⋮).\n 3. Select Copy user ID."
27392738
},
27402739
"reviewers": {
27412740
"items": {
27422741
"type": "integer"
27432742
},
27442743
"type": "array",
2745-
"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."
2744+
"description": "\"reviewers\" contains the list of reviewers to add to the merge request\n\ndefault: empty\n\nremark:\n assignees only accept GitLab User IDs.\n To find the user ID:\n 1. Go to the users’ profile page.\n 2. On the profile page, in the upper-right corner, select Actions (or ⋮).\n 3. Select Copy user ID."
27462745
},
27472746
"squash": {
27482747
"type": "boolean",
@@ -3598,8 +3597,7 @@
35983597
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
35993598
},
36003599
"tokentype": {
3601-
"type": "string",
3602-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
3600+
"type": "string"
36033601
},
36043602
"commitmessage": {
36053603
"properties": {
@@ -6333,8 +6331,7 @@
63336331
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
63346332
},
63356333
"tokentype": {
6336-
"type": "string",
6337-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
6334+
"type": "string"
63386335
},
63396336
"owner": {
63406337
"type": "string",
@@ -6529,8 +6526,7 @@
65296526
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
65306527
},
65316528
"tokentype": {
6532-
"type": "string",
6533-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
6529+
"type": "string"
65346530
},
65356531
"owner": {
65366532
"type": "string",
@@ -6745,8 +6741,7 @@
67456741
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
67466742
},
67476743
"tokentype": {
6748-
"type": "string",
6749-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
6744+
"type": "string"
67506745
},
67516746
"owner": {
67526747
"type": "string",
@@ -13589,8 +13584,7 @@
1358913584
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
1359013585
},
1359113586
"tokentype": {
13592-
"type": "string",
13593-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
13587+
"type": "string"
1359413588
},
1359513589
"owner": {
1359613590
"type": "string",
@@ -13794,8 +13788,7 @@
1379413788
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
1379513789
},
1379613790
"tokentype": {
13797-
"type": "string",
13798-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
13791+
"type": "string"
1379913792
},
1380013793
"owner": {
1380113794
"type": "string",
@@ -14019,8 +14012,7 @@
1401914012
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
1402014013
},
1402114014
"tokentype": {
14022-
"type": "string",
14023-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
14015+
"type": "string"
1402414016
},
1402514017
"owner": {
1402614018
"type": "string",
@@ -21187,8 +21179,7 @@
2118721179
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
2118821180
},
2118921181
"tokentype": {
21190-
"type": "string",
21191-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
21182+
"type": "string"
2119221183
},
2119321184
"owner": {
2119421185
"type": "string",
@@ -21401,8 +21392,7 @@
2140121392
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
2140221393
},
2140321394
"tokentype": {
21404-
"type": "string",
21405-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
21395+
"type": "string"
2140621396
},
2140721397
"owner": {
2140821398
"type": "string",
@@ -21635,8 +21625,7 @@
2163521625
"description": "\"token\" defines the credential used to authenticate with GitLab\n\n remark:\n A token is a sensitive information, it's recommended to not set this value directly in the configuration file\n but to use an environment variable or a SOPS file.\n\n The value can be set to `{{ requiredEnv \"GITLAB_TOKEN\"}}` to retrieve the token from the environment variable `GITLAB_TOKEN`\n\t or `{{ .gitlab.token }}` to retrieve the token from a SOPS file.\n\n\t For more information, about a SOPS file, please refer to the following documentation:\n https://github.com/getsops/sops"
2163621626
},
2163721627
"tokentype": {
21638-
"type": "string",
21639-
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
21628+
"type": "string"
2164021629
},
2164121630
"owner": {
2164221631
"type": "string",

0 commit comments

Comments
 (0)