Don't handle commented
state in pull_request_review
This commit is contained in:
parent
76ae55499b
commit
e6a32a8bb9
1 changed files with 3 additions and 0 deletions
|
@ -536,6 +536,9 @@ class Module(ModuleManager.BaseModule):
|
|||
return []
|
||||
|
||||
state = data["review"]["state"]
|
||||
if state == "commented":
|
||||
return []
|
||||
|
||||
number = utils.irc.color("#%s" % data["pull_request"]["number"],
|
||||
COLOR_ID)
|
||||
action = data["action"]
|
||||
|
|
Loading…
Reference in a new issue