UNPKG

@atomist/sample-sdm

Version:

Sample Atomist automation for software delivery

6 lines (5 loc) 249 B
import { PushReactionRegistration } from "@atomist/sdm"; /** * DM a user who made a push to the default branch that doesn't have an associated pull request */ export declare const NoPushToDefaultBranchWithoutPullRequest: PushReactionRegistration;