ignore PR synchronization

This commit is contained in:
Lephenixnoir 2021-03-21 22:53:58 +01:00
parent 18fe26714f
commit c32760a5e4
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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":