UNPKG

deliverybot

Version:

Controls and configures deployments using the GitHub API.

4 lines (3 loc) 152 B
import { Application } from "probot"; import { LockStore } from "./store"; export declare function prDeploy(app: Application, locker: LockStore): void;