8000 Merge pull request #272 from astronouth7303/patch-1 · matusf/python-gitlab@4ce2794 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ce2794

Browse files
author
Gauvain Pocentek
authored
Merge pull request python-gitlab#272 from astronouth7303/patch-1
Add new event types to ProjectHook
2 parents 2b1e0f0 + 1a58f7e commit 4ce2794

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
@@ -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)
0