UNPKG

@atomist/sample-sdm

Version:

Sample Atomist automation for software delivery

8 lines (7 loc) 250 B
import { PushReactionRegistration } from "@atomist/sdm"; /** * React to a push by listing changed files to any Slack channels * associated with the repo * @return {Promise<any>} */ export declare const listChangedFiles: PushReactionRegistration;