diff --git a/modules/web_hook.cc b/modules/web_hook.cc index acfd9d456..af0c4a172 100644 --- a/modules/web_hook.cc +++ b/modules/web_hook.cc @@ -1516,6 +1516,9 @@ github_handle__create(std::ostream &out, << "" ; + if(ref_type == "tag") + out << ' ' << "🎉"; + return true; }