Skip to content

Commit

Permalink
Added pipeline_events to ProejctHook attrs
Browse files Browse the repository at this point in the history
Ran tests, all passed.
  • Loading branch information
Alex Widener committed Feb 9, 2017
1 parent 2f274bc commit 3f98e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab/objects.py
Expand Up @@ -1417,7 +1417,8 @@ class ProjectHook(GitlabObject):
requiredCreateAttrs = ['url']
optionalCreateAttrs = ['push_events', 'issues_events', 'note_events',
'merge_requests_events', 'tag_push_events',
'build_events', 'enable_ssl_verification', 'token']
'build_events', 'enable_ssl_verification', 'token',
'pipeline_events']
shortPrintAttr = 'url'


Expand Down

0 comments on commit 3f98e03

Please sign in to comment.