TimonVS / pr-labeler-action

Automatically labels your PRs based on branch name patterns like feature/* or fix/*.
MIT License
249 stars 52 forks source link

Convert to a JavaScript Action #10

Closed TimonVS closed 5 years ago

TimonVS commented 5 years ago

This Action currently uses GitHub Actions Toolkit which was built for Actions v1. Actions now supports Actions written in JavaScript natively so we should convert it (https://help.github.com/en/articles/creating-a-javascript-action).