V3 preview (#53)

* Covert to use ncc, publish under name Labeler

* Get the filename right
This commit is contained in:
David Kale
2020-03-05 12:57:26 -05:00
committed by GitHub
parent 58187b6094
commit d2c408e7ed
11 changed files with 31673 additions and 1340 deletions

View File

@@ -1,4 +1,4 @@
name: 'Pull Request Labeler'
name: 'Labeler'
description: 'Add labels to new pull requests based on the files that are changed'
author: 'GitHub'
inputs:
@@ -9,4 +9,4 @@ inputs:
default: '.github/labeler.yml'
runs:
using: 'node12'
main: 'lib/main.js'
main: 'dist/index.js'