mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 04:25:01 +00:00
Merge pull request #475 from rubyowo/feat/pretty_name
feat: pretty_name for automod
This commit is contained in:
commit
0a38440bca
7 changed files with 17 additions and 4 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue