aboutsummaryrefslogtreecommitdiffstats
path: root/modules/private/hook.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/hook.go')
-rw-r--r--modules/private/hook.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/hook.go b/modules/private/hook.go
index cb8fe25708..82dcaf3fc9 100644
--- a/modules/private/hook.go
+++ b/modules/private/hook.go
@@ -54,7 +54,7 @@ type HookOptions struct {
GitAlternativeObjectDirectories string
GitQuarantinePath string
GitPushOptions GitPushOptions
- ProtectedBranchID int64
+ PullRequestID int64
IsDeployKey bool
}