doc: generate api reports for scaffolder plugin
Signed-off-by: Ilya Katlinski <ilya.katlinsky@gmail.com>
This commit is contained in:
@@ -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
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user