managedkaos / merge-pull-request

A GitHub Action for merging pull requests.
7 stars 4 forks source link

Request for Commits/Comments: Create JavaScript version #4

Open managedkaos opened 2 years ago

managedkaos commented 2 years ago

Help Wanted

I am considering moving this Action from a Dockerfile-based action to a JavaScript-based Action.

The functionality would be the same but the Workflow run time would be a bit faster. Also with JS, there might be an easier path to adding functionality.

If you are a JS coder and familiar with GitHub Actions, I would be happy to have your comments or contributions.

managedkaos commented 1 year ago

This action, chamerling/merginator-gitlab, is a JavaScript merginator for GitLab.

Might be a good reference for creating a JavaScript merginator action for GitHub.