xinlib: add placeholder (0) for prs

This commit is contained in:
Aaron Bieber 2023-06-06 11:08:47 -06:00
parent aac5724ddd
commit e4a28d2768
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ let
overlay = pr: overlay:
let prStatus = getPrStatus pr;
in if prStatus.status == "open" then
in if pr == 0 || prStatus.status == "open" then
overlay
else
lib.warn "PR: ${