mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
V3 preview (#53)
* Covert to use ncc, publish under name Labeler * Get the filename right
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user