You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All plugins now use SDK so this template should also use it
Most if not all plugins use bun so this template should also switch to it
Out of date dependencies
It's still using old workflows, for example update-configuration.yml doesn't use our reusable workflow
It doesn't use ncc to build Action plugins
Still using CommonJS modules instead of ESM (also for tests)
It should use Typescript for eslint, jest and other configs
I'm sure I'm missing some other things but you get the gist, the main task is to update the template so it's more aligned with our current plugin structure
The text was updated successfully, but these errors were encountered:
! This task does not reflect a business priority at the moment. You may start tasks with one of the following labels: Priority: 3 (High), Priority: 4 (Urgent), Priority: 5 (Emergency)
This plugin template has become out of date:
bun
so this template should also switch to itupdate-configuration.yml
doesn't use our reusable workflowncc
to build Action pluginsI'm sure I'm missing some other things but you get the gist, the main task is to update the template so it's more aligned with our current plugin structure
The text was updated successfully, but these errors were encountered: