ignore issue assignments and label changes

This commit is contained in:
Lephenixnoir 2021-04-28 18:40:59 +02:00
parent 12631524e9
commit e13d483436
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -82,7 +82,7 @@ def main():
elif data['action'] == "edited":
msg = f"{url_user} a édité le ticket {url_issue} dans {url_repository}"
else:
msg = f"{url_user} a <{data['action']}> le ticket {url_issue} dans {url_repository}"
return "IGN"
if event == "issue_comment":
url_user = make_url_user(data['sender'])