git-aiflow
Version:
🚀 An AI-powered workflow automation tool for effortless Git-based development, combining smart GitLab/GitHub merge & pull request creation with Conan package management.
10 lines • 418 B
TypeScript
/**
* Enterprise WeCom notifier service
*/
export declare class WecomNotifier {
private readonly webhook;
private readonly http;
constructor(webhook: string);
sendMergeRequestNotice(branch: string, target: string, mrUrl: string, title: string, commitMsg: string, changedFiles: string[], mentionedMobileList?: string[], isAtAll?: boolean): Promise<void>;
}
//# sourceMappingURL=wecom-notifier.d.ts.map