mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-24 00:51:19 +00:00
Require store-backed conclusion data for PR bodies
This commit is contained in:
parent
601676b737
commit
a169ba068d
1 changed files with 1 additions and 2 deletions
|
|
@ -318,8 +318,7 @@ pub async fn build_pr_body(
|
|||
tracing::warn!(error = %err, "Failed to load conclusion from store for PR body");
|
||||
})
|
||||
.ok()
|
||||
.flatten()
|
||||
.or_else(|| Conclusion::load(&run_dir.join("conclusion.json")).ok()),
|
||||
.flatten(),
|
||||
None => Conclusion::load(&run_dir.join("conclusion.json")).ok(),
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue