lib: issue a better warning when a pr is complete

This commit is contained in:
Aaron Bieber 2023-05-26 05:45:28 -06:00
parent 1c524fa0e2
commit 944558ce91
No known key found for this signature in database

View File

@ -8,7 +8,7 @@ let
in if prStatus.status == "open" then
overlay
else
lib.warn "PR: ${prstr} (${prStatus.title}) is COMPLETE!" (_: _: {});
lib.warn "PR: ${prstr} (${prStatus.title}) is complete, ignoring overlay..." (_: _: {});
mkCronScript = name: src: ''