ignore PR editions

This commit is contained in:
Lephenixnoir 2021-05-02 08:55:13 +02:00
parent e13d483436
commit 5c07359b35
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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