3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +00:00

feat: pretty_name for automod

This commit is contained in:
Ruby 2024-05-12 14:55:21 +02:00
parent b28ca170ed
commit dfb2b82272
7 changed files with 17 additions and 4 deletions

View file

@ -59,6 +59,7 @@ type AutomodActionApplyFn<TConfigType> = (meta: {
contexts: AutomodContext[];
actionConfig: TConfigType;
matchResult: AutomodTriggerMatchResult;
prettyName: string | undefined;
}) => Awaitable<void>;
export interface AutomodActionBlueprint<TConfigSchema extends ZodTypeAny> {