|
2703 | 2703 | "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" |
2704 | 2704 | }, |
2705 | 2705 | "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" |
2708 | 2707 | }, |
2709 | 2708 | "sourcebranch": { |
2710 | 2709 | "type": "string", |
|
2735 | 2734 | "type": "integer" |
2736 | 2735 | }, |
2737 | 2736 | "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." |
2739 | 2738 | }, |
2740 | 2739 | "reviewers": { |
2741 | 2740 | "items": { |
2742 | 2741 | "type": "integer" |
2743 | 2742 | }, |
2744 | 2743 | "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." |
2746 | 2745 | }, |
2747 | 2746 | "squash": { |
2748 | 2747 | "type": "boolean", |
|
3598 | 3597 | "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" |
3599 | 3598 | }, |
3600 | 3599 | "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" |
3603 | 3601 | }, |
3604 | 3602 | "commitmessage": { |
3605 | 3603 | "properties": { |
|
6333 | 6331 | "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" |
6334 | 6332 | }, |
6335 | 6333 | "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" |
6338 | 6335 | }, |
6339 | 6336 | "owner": { |
6340 | 6337 | "type": "string", |
|
6529 | 6526 | "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" |
6530 | 6527 | }, |
6531 | 6528 | "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" |
6534 | 6530 | }, |
6535 | 6531 | "owner": { |
6536 | 6532 | "type": "string", |
|
6745 | 6741 | "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" |
6746 | 6742 | }, |
6747 | 6743 | "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" |
6750 | 6745 | }, |
6751 | 6746 | "owner": { |
6752 | 6747 | "type": "string", |
|
13589 | 13584 | "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" |
13590 | 13585 | }, |
13591 | 13586 | "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" |
13594 | 13588 | }, |
13595 | 13589 | "owner": { |
13596 | 13590 | "type": "string", |
|
13794 | 13788 | "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" |
13795 | 13789 | }, |
13796 | 13790 | "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" |
13799 | 13792 | }, |
13800 | 13793 | "owner": { |
13801 | 13794 | "type": "string", |
|
14019 | 14012 | "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" |
14020 | 14013 | }, |
14021 | 14014 | "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" |
14024 | 14016 | }, |
14025 | 14017 | "owner": { |
14026 | 14018 | "type": "string", |
|
21187 | 21179 | "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" |
21188 | 21180 | }, |
21189 | 21181 | "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" |
21192 | 21183 | }, |
21193 | 21184 | "owner": { |
21194 | 21185 | "type": "string", |
|
21401 | 21392 | "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" |
21402 | 21393 | }, |
21403 | 21394 | "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" |
21406 | 21396 | }, |
21407 | 21397 | "owner": { |
21408 | 21398 | "type": "string", |
|
21635 | 21625 | "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" |
21636 | 21626 | }, |
21637 | 21627 | "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" |
21640 | 21629 | }, |
21641 | 21630 | "owner": { |
21642 | 21631 | "type": "string", |
|
0 commit comments