@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
9 lines • 633 B
TypeScript
import { AnyProjectEditor, ProjectEditor } from "@atomist/automation-client/lib/operations/edit/projectEditor";
import { CodeTransformRegistration } from "../../../api/registration/CodeTransformRegistration";
/**
* Wrap this editor to make it chatty, so it responds to Slack if there's nothing to do.
* It also honors the dryRun parameter flag to just capture the git diff and send it back to Slack instead
* of pushing changes to Git.
*/
export declare function chattyDryRunAwareEditor(ctr: CodeTransformRegistration<any>, underlyingEditor: AnyProjectEditor): ProjectEditor;
//# sourceMappingURL=chattyDryRunAwareEditor.d.ts.map