Skip to content
Merged
Show file tree
Hide file tree
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
66 changes: 66 additions & 0 deletions content/en/schema/latest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,14 @@
"type": "string",
"description": "rootDir defines the root directory used to recursively search for golang go.mod"
},
"onlygoversion": {
"type": "boolean",
"description": "OnlyGoVersion allows to specify if the autodiscovery should only handle Go version specified in go.mod"
},
"onlygomodule": {
"type": "boolean",
"description": "OnlyGoModule allows to specify if the autodiscovery should only handle Go module specified in go.mod"
},
"ignore": {
"items": {
"properties": {
Expand Down Expand Up @@ -2335,6 +2343,20 @@
"parent": {
"type": "boolean",
"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"
},
"reviewers": {
"items": {
"type": "string"
},
"type": "array",
"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."
},
"assignees": {
"items": {
"type": "string"
},
"type": "array",
"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"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -2377,6 +2399,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"sourcebranch": {
"type": "string",
"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."
Expand Down Expand Up @@ -2881,6 +2907,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"commitmessage": {
"properties": {
"type": {
Expand Down Expand Up @@ -5458,6 +5488,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C] Owner specifies repository owner"
Expand Down Expand Up @@ -5642,6 +5676,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C][T] Owner specifies repository owner"
Expand Down Expand Up @@ -5846,6 +5884,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C] Owner specifies repository owner"
Expand Down Expand Up @@ -12354,6 +12396,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C] Owner specifies repository owner"
Expand Down Expand Up @@ -12547,6 +12593,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C][T] Owner specifies repository owner"
Expand Down Expand Up @@ -12760,6 +12810,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C] Owner specifies repository owner"
Expand Down Expand Up @@ -19592,6 +19646,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C] Owner specifies repository owner"
Expand Down Expand Up @@ -19794,6 +19852,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C][T] Owner specifies repository owner"
Expand Down Expand Up @@ -20016,6 +20078,10 @@
"type": "string",
"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"
},
"tokentype": {
"type": "string",
"description": "\"tokentype\" defines type of provided token. Valid values are \"private\" and \"bearer\"\n\n default:\n\t\t\"private\""
},
"owner": {
"type": "string",
"description": "[S][C] Owner specifies repository owner"
Expand Down
Loading