Skip to main content
Module

x/pipelight/mod.ts>Action

Typescript helpers for pipelight
Latest
enum Action
import { Action } from "https://deno.land/x/pipelight@v0.3.0/mod.ts";

Members

ApplypatchMsg = "applypatch-msg"
Blank = "blank"
CommitMsg = "commit-msg"
FsmonitorWatchman = "fsmonitor-watchman"
Manual = "manual"
P4Changelist = "p4-changelist"
P4PostChangelist = "p4-post-changelist"
P4PrepareChangelist = "p4-prepare-changelist"
P4PreSubmit = "p4-pre-submit"
PostApplypatch = "post-applypatch"
PostCheckout = "post-checkout"
PostCommit = "post-commit"
PostIndexChange = "past-index-change"
PostMerge = "post-merge"
PostReceive = "post-receive"
PostRewrite = "post-rewrite"
PostUpdate = "post-update"
PreApplypatch = "pre-applypatch"
PreAutoGc = "pre-auto-gc"
PreCommit = "pre-commit"
PreMergeCommit = "pre-merge-commit"
PrepareCommitMsg = "prepare-commit-msg"
PrePush = "pre-push"
PreRebase = "pre-rebase"
PreReceive = "pre-receive"
ProcReceive = "proc-receive"
PushToCheckout = "push-to-checkout"
RefrenceTransaction = "reference-transaction"
SendemailValidate = "sendemail-validate"
Update = "update"
Watch = "watch"