Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build: install-deps install-ncc
ncc build src/index.js --license licenses.txt

install-deps:
npm ci

install-ncc:
npm i -g @vercel/ncc
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: HasLabel
description: GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events.
author: DanielTamkin
runs:
using: 'node12'
using: 'node20'
main: './dist/index.js'
branding:
icon: filter
Expand Down
Loading