Skip to content

[5.0] Rewrite Action to run in nodejs environment / JavaScript rewrite #44

@stefanzweifel

Description

@stefanzweifel

As filed in #18, this Action currently doesn't run in a nodejs environment and does not have access to node. Therefore tools like husky currently can't be used.

I've thought about this issue for quite a while now and can see that it would be beneficial for users, if they could use the Action in any environment. (In addition, it would make it easier to add a test suite to the project).

However, I'm also not the biggest fan of converting this Action into a JavaScript project. The code is currently quite simple and does it's job well (It's basically just a shell script with ~50 lines of code). Converting it into JS or even TS requires to add a build process and updating JS dependencies if they become a security thread.

My bandwith is currently limited, as I work on other projects. And as I mentioned, the Action already works for 80% of usecases.


For me or for other users who would like to make this change happen here are some notes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions