Skip to content

Commit

Permalink
Improve pr labels input parsing (#13)
Browse files Browse the repository at this point in the history
* chore: use ncc build and remove node modules

* feat: improve input parsing

---------

Co-authored-by: Yoel Susanto <[email protected]>
  • Loading branch information
danielchabr and yoelsusanto authored May 10, 2023
1 parent aa8cbdd commit 76f3297
Show file tree
Hide file tree
Showing 385 changed files with 11,599 additions and 147,616 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ typings/

# TernJS port file
.tern-port
node_modules
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ outputs:
description: "Have the provided labels passed all tests?"
runs:
using: "node12"
main: "index.js"
main: "dist/index.cjs"
branding:
icon: "tag"
color: "blue"
626 changes: 626 additions & 0 deletions dist/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 76f3297

Please sign in to comment.