diff --git a/modules/webhook.cc b/modules/webhook.cc index 18ebc24af..77616b234 100644 --- a/modules/webhook.cc +++ b/modules/webhook.cc @@ -600,6 +600,30 @@ github_handle__issues(std::ostream &out, out << ""; } + else if(action == "unlabeled") + { + const json::object label + { + content["label"] + }; + + out << ""; + } return out; }