reverse hiding new issue comments by accident

This commit is contained in:
Lephenixnoir 2021-03-23 14:09:18 +01:00
parent b9ddbe6c43
commit 12631524e9
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 3 deletions

5
app.py
View File

@ -90,6 +90,8 @@ def main():
if data['action'] == "created":
msg = f"{url_user} a répondu au ticket {url_issue} dans {url_repository}"
else:
return "IGN"
if event == "pull_request" and data["action"] == "opened":
url_user = make_url_user(data["sender"])
@ -113,9 +115,6 @@ def main():
if event == "create" and data["ref_type"] in ["tag", "branch"]:
return "IGN"
if event == "issue_comment":
return "IGN"
if event == "delete":
return "IGN"