doc: generate api reports for scaffolder plugin

Signed-off-by: Ilya Katlinski <ilya.katlinsky@gmail.com>
This commit is contained in:
Ilya Katlinski
2023-09-15 10:18:10 +02:00
parent ec8c69d9c3
commit 3e3bf5311e
+9
View File
@@ -679,6 +679,15 @@ export function createPublishGitlabAction(options: {
gitAuthorEmail?: string | undefined;
setUserAsOwner?: boolean | undefined;
topics?: string[] | undefined;
settings?: Record<string, any> | undefined;
branches?:
| {
name: string;
protect?: boolean | undefined;
create?: boolean | undefined;
ref?: string | undefined;
}[]
| undefined;
},
JsonObject
>;