diff --git a/app.py b/app.py index 962deee..b474c0c 100644 --- a/app.py +++ b/app.py @@ -94,7 +94,7 @@ def main(): url_user = make_url_user(data['sender']) msg = f"{url_user} a créé un nouveau dépôt {url_repository}" - if event == "pull_request" and data["action"] == "assigned": + if event == "pull_request" and data["action"] in ["assigned", "synchronized"]: return "IGN" if event == "fork":