mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
d69b32d422
commit
8792dc1816
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue