instead of leaving reason_for_failure empty for

valid PRs, I now put that it's valid (even tho it's not a reason for _failure_ techinally, gne gne gne...)
This commit is contained in:
Karma Riuk
2025-04-01 11:00:11 +02:00
parent a362aba344
commit bc71a21c30

View File

@ -368,7 +368,7 @@ def process_pull(
reset_repo_to_latest_commit(repo_path)
if entry.metadata.successful:
entry.metadata.reason_for_failure = "" # was set to 'still processing', since it's done being processed and was successful, there are no reasons for failure
entry.metadata.reason_for_failure = "Valid PR!" # was set to 'still processing', since it's done being processed and was successful, there are no reasons for failure
def process_repo(