8000 Add new event types to ProjectHook · hendrikdevloed/python-gitlab@a0f215c · GitHub
[go: up one dir, main page]

Skip to content

Commit a0f215c

Browse files
author
Gauvain Pocentek
committed
Add new event types to ProjectHook
1 parent 3488c5c commit a0f215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ class ProjectHook(SaveMixin, RESTObject):
720720
optionalCreateAttrs = ['push_events', 'issues_events', 'note_events',
721721
'merge_requests_events', 'tag_push_events',
722722
'build_events', 'enable_ssl_verification', 'token',
723-
'pipeline_events']
723+
'pipeline_events', 'job_events', 'wiki_page_events']
724724
_short_print_attr = 'url'
725725

726726

0 commit comments

Comments
 (0)
0