diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/auth/repo_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 70c9c8b4af..2071cccb41 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -124,6 +124,7 @@ type WebhookForm struct { Create bool Push bool PullRequest bool + Repository bool Active bool } |