diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index e9ef2a2364..179bc89169 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -113,10 +113,11 @@ func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) bi // \/ \/ \/ \/ \/ \/ type WebhookForm struct { - Events string - Create bool - Push bool - Active bool + Events string + Create bool + Push bool + PullRequest bool + Active bool } func (f WebhookForm) PushOnly() bool { |