diff --git a/app.py b/app.py index b8c09c0..d2cbc1c 100644 --- a/app.py +++ b/app.py @@ -106,7 +106,7 @@ def main(): if event == "push" and all(c == '0' for c in data["after"]): return "IGN" - if event == "pull_request" and data["action"] in ["assigned", "closed", "synchronized"]: + if event == "pull_request" and data["action"] in ["assigned", "closed", "synchronized", "edited"]: return "IGN" if event == "fork":