From b3038fa5e7e4263c234d74f41460774733180756 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 4 Apr 2019 01:34:02 -0700 Subject: [PATCH] modules/webhook: Handle case for status state error. [skip ci] --- modules/webhook.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/webhook.cc b/modules/webhook.cc index 9d7956cae..6cc1f7cdf 100644 --- a/modules/webhook.cc +++ b/modules/webhook.cc @@ -956,6 +956,11 @@ github_handle__status(std::ostream &out, << "" ; + else if(state == "error") + out << " " + << "" + ; + out << " " << "