From bc71a21c3068c6ba12eeb23c32ed15f7fc56c431 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Tue, 1 Apr 2025 11:00:11 +0200 Subject: [PATCH] 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...) --- pull_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_requests.py b/pull_requests.py index b2d585b..cea9e1c 100644 --- a/pull_requests.py +++ b/pull_requests.py @@ -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(