|
2488 | 2488 | "body": { |
2489 | 2489 | "type": "string", |
2490 | 2490 | "description": "\"body\" defines a custom body pullrequest.\n\n\t\tdefault:\n\t\t\tBy default a pullrequest 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 pullrequest, such as changelog url." |
| 2491 | + }, |
| 2492 | + "assignees": { |
| 2493 | + "items": { |
| 2494 | + "type": "string" |
| 2495 | + }, |
| 2496 | + "type": "array", |
| 2497 | + "description": "\"assignees\" defines a list of assignees for the pull request.\n\n\t\tdefault:\n\t\t\tNo assignees are set on the pull request.\n\n\t\tremark:\n\t\t\tYou can use this to assign specific users to review the pull request.\n\t\t\tMake sure the users you specify have access to the repository." |
2491 | 2498 | } |
2492 | 2499 | }, |
2493 | 2500 | "additionalProperties": false, |
|
2827 | 2834 | "hidecredit": { |
2828 | 2835 | "type": "boolean", |
2829 | 2836 | "description": "hideCredit defines if updatecli credits should be displayed inside commit message body\n\n please consider sponsoring the Updatecli project if you want to disable credits.\n -\u003e https://github.com/updatecli/updatecli\n\n default:\n \tfalse" |
| 2837 | + }, |
| 2838 | + "squash": { |
| 2839 | + "type": "boolean", |
| 2840 | + "description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits." |
2830 | 2841 | } |
2831 | 2842 | }, |
2832 | 2843 | "additionalProperties": false, |
|
2976 | 2987 | "hidecredit": { |
2977 | 2988 | "type": "boolean", |
2978 | 2989 | "description": "hideCredit defines if updatecli credits should be displayed inside commit message body\n\n please consider sponsoring the Updatecli project if you want to disable credits.\n -\u003e https://github.com/updatecli/updatecli\n\n default:\n \tfalse" |
| 2990 | + }, |
| 2991 | + "squash": { |
| 2992 | + "type": "boolean", |
| 2993 | + "description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits." |
2979 | 2994 | } |
2980 | 2995 | }, |
2981 | 2996 | "additionalProperties": false, |
|
3068 | 3083 | "hidecredit": { |
3069 | 3084 | "type": "boolean", |
3070 | 3085 | "description": "hideCredit defines if updatecli credits should be displayed inside commit message body\n\n please consider sponsoring the Updatecli project if you want to disable credits.\n -\u003e https://github.com/updatecli/updatecli\n\n default:\n \tfalse" |
| 3086 | + }, |
| 3087 | + "squash": { |
| 3088 | + "type": "boolean", |
| 3089 | + "description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits." |
3071 | 3090 | } |
3072 | 3091 | }, |
3073 | 3092 | "additionalProperties": false, |
|
3249 | 3268 | "hidecredit": { |
3250 | 3269 | "type": "boolean", |
3251 | 3270 | "description": "hideCredit defines if updatecli credits should be displayed inside commit message body\n\n please consider sponsoring the Updatecli project if you want to disable credits.\n -\u003e https://github.com/updatecli/updatecli\n\n default:\n \tfalse" |
| 3271 | + }, |
| 3272 | + "squash": { |
| 3273 | + "type": "boolean", |
| 3274 | + "description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits." |
3252 | 3275 | } |
3253 | 3276 | }, |
3254 | 3277 | "additionalProperties": false, |
|
3336 | 3359 | "hidecredit": { |
3337 | 3360 | "type": "boolean", |
3338 | 3361 | "description": "hideCredit defines if updatecli credits should be displayed inside commit message body\n\n please consider sponsoring the Updatecli project if you want to disable credits.\n -\u003e https://github.com/updatecli/updatecli\n\n default:\n \tfalse" |
| 3362 | + }, |
| 3363 | + "squash": { |
| 3364 | + "type": "boolean", |
| 3365 | + "description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits." |
3339 | 3366 | } |
3340 | 3367 | }, |
3341 | 3368 | "additionalProperties": false, |
|
3477 | 3504 | "hidecredit": { |
3478 | 3505 | "type": "boolean", |
3479 | 3506 | "description": "hideCredit defines if updatecli credits should be displayed inside commit message body\n\n please consider sponsoring the Updatecli project if you want to disable credits.\n -\u003e https://github.com/updatecli/updatecli\n\n default:\n \tfalse" |
| 3507 | + }, |
| 3508 | + "squash": { |
| 3509 | + "type": "boolean", |
| 3510 | + "description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits." |
3480 | 3511 | } |
3481 | 3512 | }, |
3482 | 3513 | "additionalProperties": false, |
|
0 commit comments