Skip to content

Commit 1a58f7e

Browse files
authored
Add new event types to ProjectHook
These are being returned in the live API, but can't set them.
1 parent 2b1e0f0 commit 1a58f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ class ProjectHook(GitlabObject):
841841
optionalCreateAttrs = ['push_events', 'issues_events', 'note_events',
842842
'merge_requests_events', 'tag_push_events',
843843
'build_events', 'enable_ssl_verification', 'token',
844-
'pipeline_events']
844+
'pipeline_events', 'job_events', 'wiki_page_events']
845845
shortPrintAttr = 'url'
846846

847847

0 commit comments

Comments
 (0)