|
906 | 906 | "type": "string", |
907 | 907 | "description": "rootDir defines the root directory used to recursively search for golang go.mod" |
908 | 908 | }, |
| 909 | + "onlygoversion": { |
| 910 | + "type": "boolean", |
| 911 | + "description": "OnlyGoVersion allows to specify if the autodiscovery should only handle Go version specified in go.mod" |
| 912 | + }, |
| 913 | + "onlygomodule": { |
| 914 | + "type": "boolean", |
| 915 | + "description": "OnlyGoModule allows to specify if the autodiscovery should only handle Go module specified in go.mod" |
| 916 | + }, |
909 | 917 | "ignore": { |
910 | 918 | "items": { |
911 | 919 | "properties": { |
|
2335 | 2343 | "parent": { |
2336 | 2344 | "type": "boolean", |
2337 | 2345 | "description": "parent allows to specifies if a pull request should be sent to the parent of the current fork.\n\ncompatible:\n * action\n\ndefault:\n false" |
| 2346 | + }, |
| 2347 | + "reviewers": { |
| 2348 | + "items": { |
| 2349 | + "type": "string" |
| 2350 | + }, |
| 2351 | + "type": "array", |
| 2352 | + "description": "Reviewers contains the list of assignee to add to the pull request\ncompatible:\n * action\n\ndefault: empty\n\nremark:\n * if reviewer is a team, the format is \"organization/team\" and the token must have organization read permission." |
| 2353 | + }, |
| 2354 | + "assignees": { |
| 2355 | + "items": { |
| 2356 | + "type": "string" |
| 2357 | + }, |
| 2358 | + "type": "array", |
| 2359 | + "description": "Assignees contains the list of assignee to add to the pull request\n\ndefault: empty\n\nremark:\n * Please note that contrary to reviewers, assignees only accept GitHub usernames" |
2338 | 2360 | } |
2339 | 2361 | }, |
2340 | 2362 | "additionalProperties": false, |
|
2377 | 2399 | "type": "string", |
2378 | 2400 | "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" |
2379 | 2401 | }, |
| 2402 | + "tokentype": { |
| 2403 | + "type": "string", |
| 2404 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 2405 | + }, |
2380 | 2406 | "sourcebranch": { |
2381 | 2407 | "type": "string", |
2382 | 2408 | "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." |
|
2881 | 2907 | "type": "string", |
2882 | 2908 | "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" |
2883 | 2909 | }, |
| 2910 | + "tokentype": { |
| 2911 | + "type": "string", |
| 2912 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 2913 | + }, |
2884 | 2914 | "commitmessage": { |
2885 | 2915 | "properties": { |
2886 | 2916 | "type": { |
|
5458 | 5488 | "type": "string", |
5459 | 5489 | "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" |
5460 | 5490 | }, |
| 5491 | + "tokentype": { |
| 5492 | + "type": "string", |
| 5493 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 5494 | + }, |
5461 | 5495 | "owner": { |
5462 | 5496 | "type": "string", |
5463 | 5497 | "description": "[S][C] Owner specifies repository owner" |
|
5642 | 5676 | "type": "string", |
5643 | 5677 | "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" |
5644 | 5678 | }, |
| 5679 | + "tokentype": { |
| 5680 | + "type": "string", |
| 5681 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 5682 | + }, |
5645 | 5683 | "owner": { |
5646 | 5684 | "type": "string", |
5647 | 5685 | "description": "[S][C][T] Owner specifies repository owner" |
|
5846 | 5884 | "type": "string", |
5847 | 5885 | "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" |
5848 | 5886 | }, |
| 5887 | + "tokentype": { |
| 5888 | + "type": "string", |
| 5889 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 5890 | + }, |
5849 | 5891 | "owner": { |
5850 | 5892 | "type": "string", |
5851 | 5893 | "description": "[S][C] Owner specifies repository owner" |
|
12354 | 12396 | "type": "string", |
12355 | 12397 | "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" |
12356 | 12398 | }, |
| 12399 | + "tokentype": { |
| 12400 | + "type": "string", |
| 12401 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 12402 | + }, |
12357 | 12403 | "owner": { |
12358 | 12404 | "type": "string", |
12359 | 12405 | "description": "[S][C] Owner specifies repository owner" |
|
12547 | 12593 | "type": "string", |
12548 | 12594 | "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" |
12549 | 12595 | }, |
| 12596 | + "tokentype": { |
| 12597 | + "type": "string", |
| 12598 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 12599 | + }, |
12550 | 12600 | "owner": { |
12551 | 12601 | "type": "string", |
12552 | 12602 | "description": "[S][C][T] Owner specifies repository owner" |
|
12760 | 12810 | "type": "string", |
12761 | 12811 | "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" |
12762 | 12812 | }, |
| 12813 | + "tokentype": { |
| 12814 | + "type": "string", |
| 12815 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 12816 | + }, |
12763 | 12817 | "owner": { |
12764 | 12818 | "type": "string", |
12765 | 12819 | "description": "[S][C] Owner specifies repository owner" |
|
19592 | 19646 | "type": "string", |
19593 | 19647 | "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" |
19594 | 19648 | }, |
| 19649 | + "tokentype": { |
| 19650 | + "type": "string", |
| 19651 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 19652 | + }, |
19595 | 19653 | "owner": { |
19596 | 19654 | "type": "string", |
19597 | 19655 | "description": "[S][C] Owner specifies repository owner" |
|
19794 | 19852 | "type": "string", |
19795 | 19853 | "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" |
19796 | 19854 | }, |
| 19855 | + "tokentype": { |
| 19856 | + "type": "string", |
| 19857 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 19858 | + }, |
19797 | 19859 | "owner": { |
19798 | 19860 | "type": "string", |
19799 | 19861 | "description": "[S][C][T] Owner specifies repository owner" |
|
20016 | 20078 | "type": "string", |
20017 | 20079 | "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" |
20018 | 20080 | }, |
| 20081 | + "tokentype": { |
| 20082 | + "type": "string", |
| 20083 | + "description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\"" |
| 20084 | + }, |
20019 | 20085 | "owner": { |
20020 | 20086 | "type": "string", |
20021 | 20087 | "description": "[S][C] Owner specifies repository owner" |
|
0 commit comments