Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 07:06:30 -04:00 committed by GitHub
parent d69b32d422
commit 8792dc1816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,6 +124,8 @@ jobs:
});
}
}
implemented.sort((a, b) => a.name.localeCompare(b.name));
unimplemented.sort((a, b) => a.name.localeCompare(b.name));
const body = mustache.render(cardIssueTemplate, {
hasUnimplementedCards: unimplemented.length > 0,
hasImplementedCards: implemented.length > 0,