summaryrefslogtreecommitdiff
path: root/zuul/driver/github/__init__.py
diff options
context:
space:
mode:
authorJan Hruban <jan.hruban@gooddata.com>2017-01-03 15:03:09 +0100
committerJesse Keating <omgjlk@us.ibm.com>2017-05-08 21:14:28 -0700
commite252a73a461916fb790e46acaf6362f7d938aca4 (patch)
tree5db477e5bfe8cf6ff39e66432f19fdd7dd29f9ec /zuul/driver/github/__init__.py
parent6d53c5ebdd499556f7a9337d831304c51e413ff6 (diff)
downloadzuul-e252a73a461916fb790e46acaf6362f7d938aca4.tar.gz
Support for github commit status
Github reporter sets commit status of pull request based on the result of the pipeline. Change-Id: Id95bf0dbaa710c555e3a1838d3430e18ac9501aa Co-Authored-By: Jesse Keating <omgjlk@us.ibm.com>
Diffstat (limited to 'zuul/driver/github/__init__.py')
-rw-r--r--zuul/driver/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul/driver/github/__init__.py b/zuul/driver/github/__init__.py
index 4e54f11d7..2d6829d1c 100644
--- a/zuul/driver/github/__init__.py
+++ b/zuul/driver/github/__init__.py
@@ -34,7 +34,7 @@ class GithubDriver(Driver, ConnectionInterface, TriggerInterface,
return githubsource.GithubSource(self, connection)
def getReporter(self, connection, config=None):
- return githubreporter.GithubReporter(self, connection)
+ return githubreporter.GithubReporter(self, connection, config)
def getTriggerSchema(self):
return githubtrigger.getSchema()