Skip to content

Commit 3f98e03

Browse files
author
Alex Widener
authored
Added pipeline_events to ProejctHook attrs
Ran tests, all passed.
1 parent 2f274bc commit 3f98e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab/objects.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,8 @@ class ProjectHook(GitlabObject):
14171417
requiredCreateAttrs = ['url']
14181418
optionalCreateAttrs = ['push_events', 'issues_events', 'note_events',
14191419
'merge_requests_events', 'tag_push_events',
1420-
'build_events', 'enable_ssl_verification', 'token']
1420+
'build_events', 'enable_ssl_verification', 'token',
1421+
'pipeline_events']
14211422
shortPrintAttr = 'url'
14221423

14231424

0 commit comments

Comments
 (0)