Don't check github-hide-prefix in !ghwebhook
This commit is contained in:
parent
6b3b2b6e87
commit
91a7f622b8
1 changed files with 0 additions and 4 deletions
|
@ -211,10 +211,6 @@ class Module(ModuleManager.BaseModule):
|
||||||
:usage: events <hook> [category [category ...]]
|
:usage: events <hook> [category [category ...]]
|
||||||
:usage: branches <hook> [branch [branch ...]]
|
:usage: branches <hook> [branch [branch ...]]
|
||||||
"""
|
"""
|
||||||
if event["target"].get_setting("github-hide-prefix", False):
|
|
||||||
event["stdout"].hide_prefix()
|
|
||||||
event["stderr"].hide_prefix()
|
|
||||||
|
|
||||||
all_hooks = event["target"].get_setting("github-hooks", {})
|
all_hooks = event["target"].get_setting("github-hooks", {})
|
||||||
hook_name = None
|
hook_name = None
|
||||||
existing_hook = None
|
existing_hook = None
|
||||||
|
|
Loading…
Reference in a new issue