mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
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:
@ -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(
|
||||
|
Reference in New Issue
Block a user