IvanFon / super-labeler-action

A superpowered issue and pull request labeler for Github Actions.
GNU General Public License v3.0
22 stars 12 forks source link

Able to run, test and debug action locally #10

Open jbinda opened 4 years ago

jbinda commented 4 years ago

Is your feature request related to a problem? Please describe. Be able to run, test and debug the action locally.

Describe the solution you'd like Add package.json script which run action locally. I saw working example with that approach and will try to replicate

Describe alternatives you've considered Alternatively we can try to use https://github.com/nektos/act

jbinda commented 4 years ago

@IvanFon I have prepared initial setup to run action locally based on my teammate @krizzu work here

You can attach develop branch from my fork (https://github.com/jbinda/super-labeler-action/tree/develop) to see how it work. However you will still need some configuration which is not described yet.

I will post draft PR soon.

jbinda commented 4 years ago

Please check the PR that Ive raised here #22 targeting develop branch

TGTGamer commented 3 years ago

Implemented in #24